commit aa580e4cccd73da92fac37cb831682cad2a7e0bd Author: Joel Pittet Date: Sun Jun 15 15:44:06 2014 -0700 p out of trans diff --git a/core/themes/seven/templates/node-add-list.html.twig b/core/themes/seven/templates/node-add-list.html.twig index ed9d93a..4d5e020 100644 --- a/core/themes/seven/templates/node-add-list.html.twig +++ b/core/themes/seven/templates/node-add-list.html.twig @@ -21,7 +21,9 @@ {% endfor %} {% else %} - {% trans %} -

You have not created any content types yet. Go to the content type creation page to add a new content type.

- {% endtrans %} +

+ {% trans %} + You have not created any content types yet. Go to the content type creation page to add a new content type. + {% endtrans %} +

{% endif %}