aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-10 16:31:24 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-10 16:31:24 +0100
commit7631dc7dee52d70483a6e7a0b6523cf47f8ae4f0 (patch)
treec113c4c15a3f26ab47693090ab565aa3c0a6c8bf /app/i18n/nl/sub.php
parentab9a4e292cab48c94e6bac818f3256f6e131c041 (diff)
Fix CSS filter help message (#7083)
https://github.com/FreshRSS/FreshRSS/issues/7014#issuecomment-2531610211
Diffstat (limited to 'app/i18n/nl/sub.php')
-rw-r--r--app/i18n/nl/sub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php
index 5fcc1fae2..608c692cc 100644
--- a/app/i18n/nl/sub.php
+++ b/app/i18n/nl/sub.php
@@ -64,7 +64,7 @@ return array(
'css_path' => 'CSS-pad van artikelen op originele website',
'css_path_filter' => array(
'_' => 'CSS selector van de elementen om te verwijderen',
- 'help' => 'Een CSS selector kan een lijst zijn, zoals: <kbd>.footer, .aside, p[data-sanitized-class~="menu"]</kbd>',
+ 'help' => 'Een CSS selector kan een lijst zijn, zoals: <kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>',
),
'description' => 'Omschrijving',
'empty' => 'Deze feed is leeg. Controleer of deze nog actueel is.',