diff options
| author | 2014-12-13 10:01:31 +0100 | |
|---|---|---|
| committer | 2014-12-13 10:01:31 +0100 | |
| commit | 67aa7e76c186e43a5e0290ed2c512791c7a3005c (patch) | |
| tree | 5636ee08aaef615e9a6a0da38594c13e20175c64 /app/i18n/en/admin.php | |
| parent | a91a8f5e9382ae15674d0f65dfd05002a1523b75 (diff) | |
Fix strings and url on auth configuration page
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 26af23225..083cabfed 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -12,7 +12,7 @@ return array( 'title' => 'Authentication', 'title_reset' => 'Authentication reset', 'token' => 'Authentication token', - 'token_help' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?output=rss&token=%s</kbd>', + 'token_help' => 'Allows to access RSS output of the default user without authentication:', 'type' => 'Authentication method', 'unsafe_autologin' => 'Allow unsafe automatic login using the format: ', ), |
