diff options
| author | 2024-12-10 16:31:24 +0100 | |
|---|---|---|
| committer | 2024-12-10 16:31:24 +0100 | |
| commit | 7631dc7dee52d70483a6e7a0b6523cf47f8ae4f0 (patch) | |
| tree | c113c4c15a3f26ab47693090ab565aa3c0a6c8bf /app/i18n/he/sub.php | |
| parent | ab9a4e292cab48c94e6bac818f3256f6e131c041 (diff) | |
Fix CSS filter help message (#7083)
https://github.com/FreshRSS/FreshRSS/issues/7014#issuecomment-2531610211
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 0d187c416..049d63729 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -64,7 +64,7 @@ return array( 'css_path' => 'נתיב הCSS של המאמר באתר המקורי', '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, p[data-sanitized-class~="menu"]</kbd>', // TODO + 'help' => 'A CSS selector may be a list such as: <kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>', // TODO ), 'description' => 'תיאור', 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.', |
