diff options
| author | 2024-05-15 09:48:09 +0200 | |
|---|---|---|
| committer | 2024-05-15 09:48:09 +0200 | |
| commit | bb1a6cafb63de1aaca2cbfbb32d2fcd93c09e1dd (patch) | |
| tree | 9886b2aca1b5cd9527885761aac1222ce8154734 /app | |
| parent | 2ed91026fcfef83ce5ef466a15e078229a106a6f (diff) | |
Changelog
+minor forgotten i18n comments
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/en/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/fr/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 97989f1ef..cae4837d5 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -194,7 +194,7 @@ return array( 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', ), ), 'update' => array( diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php index dd4b51fe2..2369b7225 100644 --- a/app/i18n/fr/index.php +++ b/app/i18n/fr/index.php @@ -45,7 +45,7 @@ return array( 'bookmark_query' => 'Enregistrer la recherche courante', 'favorites' => 'Articles favoris (%s)', 'global_view' => 'Vue globale', - 'important' => 'Flux importants', // DIRTY + 'important' => 'Flux importants', 'main_stream' => 'Flux principaux', 'mark_all_read' => 'Tout marquer comme lu', 'mark_cat_read' => 'Marquer la catégorie comme lue', |
