From 7a2157b8d73e041a304dfed6fbdfcfb0b2c67ee9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 9 Apr 2016 14:04:43 +0200 Subject: [PATCH] Fix typo on configuration page --- .../Resources/views/themes/baggy/Config/index.html.twig | 2 +- .../Resources/views/themes/material/Config/index.html.twig | 2 +- 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 @@ isArchived {{ 'config.form_rules.faq.variable_description.isArchived'|trans }} - => + >= {{ 'config.form_rules.faq.operator_description.greater_than'|trans }} 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 @@ isArchived {{ 'config.form_rules.faq.variable_description.isArchived'|trans }} - => + >= {{ 'config.form_rules.faq.operator_description.greater_than'|trans }} -- 2.41.0