aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-10 09:37:49 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-10 09:37:49 +0200
commit82dbd4739134b19bc3ac6b3c1ee3b2f60b9bd6e3 (patch)
tree2c022bfbdb85eb8fe79a290995a588b45dd27cc8
parent015e4284f0628750e5d2ce1de27fafe964286562 (diff)
parent7a2157b8d73e041a304dfed6fbdfcfb0b2c67ee9 (diff)
downloadwallabag-82dbd4739134b19bc3ac6b3c1ee3b2f60b9bd6e3.tar.gz
wallabag-82dbd4739134b19bc3ac6b3c1ee3b2f60b9bd6e3.tar.zst
wallabag-82dbd4739134b19bc3ac6b3c1ee3b2f60b9bd6e3.zip
Merge pull request #1891 from wallabag/v2-fix-rules-typo
Fix typo on configuration page
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig2
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
index 0798962c..c51f90d2 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
@@ -246,7 +246,7 @@
246 <tr> 246 <tr>
247 <td>isArchived</td> 247 <td>isArchived</td>
248 <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td> 248 <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
249 <td>=&gt;</td> 249 <td>&gt;=</td>
250 <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td> 250 <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
251 </tr> 251 </tr>
252 <tr> 252 <tr>
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 5b94f01c..5a90f227 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
@@ -278,7 +278,7 @@
278 <tr> 278 <tr>
279 <td>isArchived</td> 279 <td>isArchived</td>
280 <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td> 280 <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
281 <td>=&gt;</td> 281 <td>&gt;=</td>
282 <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td> 282 <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
283 </tr> 283 </tr>
284 <tr> 284 <tr>