aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-11-12 21:09:59 +0100
committerKevin Decherf <kevin@kdecherf.com>2017-11-19 15:02:11 +0100
commitecf41ab3fa98884b947d46b71a1f8fc66fddd97d (patch)
tree75fabeed77adfcc116dedce52764f6e9d9280378 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
parent3b771f51a6f67751713361d7189bb94527237c8f (diff)
downloadwallabag-ecf41ab3fa98884b947d46b71a1f8fc66fddd97d.tar.gz
wallabag-ecf41ab3fa98884b947d46b71a1f8fc66fddd97d.tar.zst
wallabag-ecf41ab3fa98884b947d46b71a1f8fc66fddd97d.zip
Replace hardcoded 'Provided by' string with i18n string
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index d585a7dc..019569f7 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -251,7 +251,7 @@
251 </li> 251 </li>
252 {% if entry.originUrl is not empty %} 252 {% if entry.originUrl is not empty %}
253 <li> 253 <li>
254 <i class="material-icons" title="Provided by">launch</i> 254 <i class="material-icons" title="{{ 'entry.view.provided_by'|trans }}">launch</i>
255 <a href="{{ entry.originUrl|e }}" target="_blank" class="tool"> 255 <a href="{{ entry.originUrl|e }}" target="_blank" class="tool">
256 {{ entry.originUrl|striptags|removeSchemeAndWww|truncate(32) }} 256 {{ entry.originUrl|striptags|removeSchemeAndWww|truncate(32) }}
257 </a> 257 </a>