diff options
author | maTh <1645099+math-GH@users.noreply.github.com> | 2024-09-29 10:28:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-29 10:28:28 +0200 |
commit | 496d3a1a486c23345ca5e9022980a9f89151bb49 (patch) | |
tree | 61e35a5df563ea9be307add23b2a744ac263d4f7 /app/i18n/tr | |
parent | ec9f9a43ed0521b23ab9e3d78da4678e5942b268 (diff) | |
download | freshrss-496d3a1a486c23345ca5e9022980a9f89151bb49.tar.gz freshrss-496d3a1a486c23345ca5e9022980a9f89151bb49.zip |
Improved: Subscription management page (#6816)
* i18n: Add an RSS feed -> Add a feed
* manage mouse title for category
* no white space between manage icon and favicon and title
* add feed link: use icon instead of plus character
* better CSS class for empty category and its alert text box
* show muted icon and warning icon
* the CSS magic incl. the themes improvements
* fix
* mute icon is more important than warning
* feed mouse hover title
* fix feed navigation sidebar: show error
* fix btn with icon and text
* fix aside feed: muted icon over warning icon
Diffstat (limited to 'app/i18n/tr')
-rw-r--r-- | app/i18n/tr/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index c08132ce4..ad68d0611 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -40,7 +40,7 @@ return array( 'feed' => array( 'accept_cookies' => 'Cookieleri kabul et', 'accept_cookies_help' => 'Akış sağlayıcısının cookieler oluşturmasına izin ver. (Sadece istek süresince bellekte depolanmak üzere)', - 'add' => 'RSS akışı ekle', + 'add' => 'akışı ekle', 'advanced' => 'Gelişmiş', 'archiving' => 'Arşiv', 'auth' => array( |