aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 19:39:50 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 20:25:42 +0200
commit876d77a67d1415c1be56f08e9a2d3b1d294bb61f (patch)
tree5811d482ca0baa6b9791721e518efbe4a543b92c /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parenteed812afd0626697d33f7e9d3bfd8eca138c463d (diff)
downloadwallabag-876d77a67d1415c1be56f08e9a2d3b1d294bb61f.tar.gz
wallabag-876d77a67d1415c1be56f08e9a2d3b1d294bb61f.tar.zst
wallabag-876d77a67d1415c1be56f08e9a2d3b1d294bb61f.zip
Better display and description
Confirmation message isn’t required since it is written in the delete description
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig8
1 files changed, 4 insertions, 4 deletions
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 25d259b8..8434508d 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
@@ -172,10 +172,10 @@
172 <br /><hr /><br /> 172 <br /><hr /><br />
173 173
174 <div class="row"> 174 <div class="row">
175 <h5>{{ 'config.delete.title'|trans }}</h5> 175 <h5>{{ 'config.form_user.delete.title'|trans }}</h5>
176 <p>{{ 'config.delete.description'|trans }}</p> 176 <p>{{ 'config.form_user.delete.description'|trans }}</p>
177 <a href="{{ path('delete_account') }}" onclick="return confirm('{{ 'config.delete.confirm'|trans|escape('js') }}')" class="waves-effect waves-light btn red delete-account"> 177 <a href="{{ path('delete_account') }}" onclick="return confirm('{{ 'config.form_user.delete.confirm'|trans|escape('js') }}')" class="waves-effect waves-light btn red delete-account">
178 {{ 'config.form_user.delete_account' | trans }} 178 {{ 'config.form_user.delete.button'|trans }}
179 </a> 179 </a>
180 </div> 180 </div>
181 {% endif %} 181 {% endif %}