diff options
| author | 2018-05-30 09:22:04 +0200 | |
|---|---|---|
| committer | 2018-05-30 09:22:04 +0200 | |
| commit | 1cba18e3ef15958f9f962dc906705b5ae890b357 (patch) | |
| tree | 0259e2f8a4ebd2fdb47cd7338f69a0cc695193c5 /app/i18n/he/feedback.php | |
| parent | e98e40b7b4d8ebd4f7e03ade2d3fb6be2c22cc52 (diff) | |
Typo: FressRSS -> FreshRSS (#1908)
@bartlomiejcieszkowski https://github.com/FreshRSS/FreshRSS/pull/1908/commits/81e014d0963a7e710e96bac3fdb350931ac1fc91
Diffstat (limited to 'app/i18n/he/feedback.php')
| -rw-r--r-- | app/i18n/he/feedback.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index f86b37244..4b79b0d45 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -32,11 +32,11 @@ return array( 'extensions' => array( 'already_enabled' => '%s is already enabled', // @todo 'disable' => array( - 'ko' => '%s cannot be disabled. <a href="%s">Check FressRSS logs</a> for details.', // @todo + 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', // @todo 'ok' => '%s is now disabled', // @todo ), 'enable' => array( - 'ko' => '%s cannot be enabled. <a href="%s">Check FressRSS logs</a> for details.', // @todo + 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // @todo 'ok' => '%s is now enabled', // @todo ), 'no_access' => 'You have no access on %s', // @todo |
