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/fr/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/fr/sub.php')
| -rw-r--r-- | app/i18n/fr/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index a3e6d32d3..0339fa7f9 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -64,7 +64,7 @@ return array( 'css_path' => 'Sélecteur CSS des articles sur le site d’origine', 'css_path_filter' => array( '_' => 'Sélecteur CSS des éléments à supprimer', - 'help' => 'Un sélecteur CSS peut être une liste comme : <kbd>.footer, .aside, p[data-sanitized-class~="menu"]</kbd>', + 'help' => 'Un sélecteur CSS peut être une liste comme : <kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>', ), 'description' => 'Description', // IGNORE 'empty' => 'Ce flux est vide. Veuillez vérifier qu’il est encore maintenu.', |
