aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
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.twig9
1 files changed, 7 insertions, 2 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 a6fd2f11..e08393a2 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
@@ -316,8 +316,13 @@
316 <tr> 316 <tr>
317 <td>domainName</td> 317 <td>domainName</td>
318 <td>{% trans %}The domain name of the entry{% endtrans %}</td> 318 <td>{% trans %}The domain name of the entry{% endtrans %}</td>
319 <td></td> 319 <td>matches</td>
320 <td></td> 320 <td>
321 {% trans %}
322 Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />
323 Example: <code>title matches "football"</code>
324 {% endtrans %}
325 </td>
321 </tr> 326 </tr>
322 </tbody> 327 </tbody>
323 </table> 328 </table>