diff options
| author | 2021-03-23 10:35:50 +0100 | |
|---|---|---|
| committer | 2021-03-23 10:35:50 +0100 | |
| commit | dd80445d69781b44020e32236ba5024d2e0dc3e1 (patch) | |
| tree | a14bd839956a08f4d8281a7f6a55b3f9777bdc2b /app/i18n/sk/sub.php | |
| parent | 4f4ce3c71bb69e3b55029325901e3d16a8142376 (diff) | |
Readd sub.feed.auth.configuration i18n key (#3554)
I thought the key was useless after 2c4f169, but it’s still used on
update feed page.
Reference: https://github.com/FreshRSS/FreshRSS/pull/3516#issuecomment-804306448
Diffstat (limited to 'app/i18n/sk/sub.php')
| -rw-r--r-- | app/i18n/sk/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php index 6ae36c1f2..98a436f02 100644 --- a/app/i18n/sk/sub.php +++ b/app/i18n/sk/sub.php @@ -26,6 +26,7 @@ return array( 'advanced' => 'Pokročilé', 'archiving' => 'Archivovanie', 'auth' => array( + 'configuration' => 'Prihlásenie', 'help' => 'Povoliť prístup do kanálov chránených cez HTTP.', 'http' => 'Prihlásenie cez HTTP', 'password' => 'Heslo pre HTTP', |
