From: Kévin Gomez Date: Wed, 14 Oct 2015 18:24:02 +0000 (+0200) Subject: Rename the « Tags » tab to « Tagging rules » X-Git-Tag: 2.0.0-alpha.1~11^2~22 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=71ef0ed2542e3dff3b64910ef9e3543fa568ffdb;p=github%2Fwallabag%2Fwallabag.git Rename the « Tags » tab to « Tagging rules » --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 885718f8..993c5826 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -15,7 +15,7 @@
  • {% trans %}RSS{% endtrans %}
  • {% trans %}User information{% endtrans %}
  • {% trans %}Password{% endtrans %}
  • -
  • {% trans %}Tags{% endtrans %}
  • +
  • {% trans %}Tagging rules{% endtrans %}
  • {% if is_granted('ROLE_SUPER_ADMIN') %}
  • {% trans %}Add a user{% endtrans %}
  • {% endif %}