aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/el
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-14 00:55:41 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-14 00:55:41 +0200
commitbea4ed69fccc7de2375363d8940af9a96e986650 (patch)
tree77b3656064eb010e706cb53883e3dd97aaa47667 /app/i18n/el
parentfd1b5e9343b6fe92b4e5dfbbc2f01ddfcd010af9 (diff)
Improve CSS filter to exclude content (#6807)
* Improve CSS filter to exclude content Improve https://github.com/FreshRSS/FreshRSS/pull/6786 Fix bug when changing the CSS filter and reloading article, because original content was lost. Fix similar bug with pathEntries. * Forgotten i18n * Type check
Diffstat (limited to 'app/i18n/el')
-rw-r--r--app/i18n/el/sub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/el/sub.php b/app/i18n/el/sub.php
index b5bcc2eba..b69bd8f4c 100644
--- a/app/i18n/el/sub.php
+++ b/app/i18n/el/sub.php
@@ -63,7 +63,7 @@ return array(
'css_path' => 'Article CSS selector on original website', // TODO
'css_path_filter' => array(
'_' => 'CSS selector of the elements to remove', // TODO
- 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside</kbd>', // TODO
+ 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside, p[data-sanitized-class="menu"]</kbd>', // TODO
),
'description' => 'Description', // TODO
'empty' => 'This feed is empty. Please verify that it is still maintained.', // TODO