diff options
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index da0230a30..01c05b675 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -107,6 +107,8 @@ return array( '_' => 'Profile management', 'api' => array( '_' => 'External access via API', + 'api_not_set' => 'API password not set', + 'api_set' => 'API password set', 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', 'disabled' => 'The API access is disabled.', 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', |
