mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Fix typo on configuration page
This commit is contained in:
parent
015e4284f0
commit
7a2157b8d7
@ -246,7 +246,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>isArchived</td>
|
<td>isArchived</td>
|
||||||
<td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
|
<td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
|
||||||
<td>=></td>
|
<td>>=</td>
|
||||||
<td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
|
<td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -278,7 +278,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>isArchived</td>
|
<td>isArchived</td>
|
||||||
<td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
|
<td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td>
|
||||||
<td>=></td>
|
<td>>=</td>
|
||||||
<td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
|
<td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user