diff --git a/app/views/index.twig b/app/views/index.twig index 4b25ce3..2c3e924 100644 --- a/app/views/index.twig +++ b/app/views/index.twig @@ -3,7 +3,7 @@ {% block content %} {% if entries is empty %} -

No link available here!

+

{{ 'No link available here!'|trans }}

{% else %} {% for entry in entries %} @@ -12,7 +12,7 @@

{{ entry.content|striptags|slice(0, 300) }}...

{% endfor %} -

poche a new link

+

{{ 'poche a new link'|trans }}

{% endif %}