diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 16:04:29 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 16:04:29 +0200 |
commit | 52916bfcec802a278420117a200104b9f865efc1 (patch) | |
tree | 28326bb0d99f2b712aeacf2869b4ce73f44f2f71 | |
parent | cb2646154abc24c28b20599c265997ba5c27176f (diff) | |
parent | 52fea09c53883cf1d9ca96a642acf7b2caa79cb2 (diff) | |
download | volse-hubzilla-52916bfcec802a278420117a200104b9f865efc1.tar.gz volse-hubzilla-52916bfcec802a278420117a200104b9f865efc1.tar.bz2 volse-hubzilla-52916bfcec802a278420117a200104b9f865efc1.zip |
Merge branch 'patch-11' into 'dev'
add translations
See merge request Kostikov/core!21
-rw-r--r-- | Zotlabs/Module/Oauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oauth.php b/Zotlabs/Module/Oauth.php index fbcc48ead..a0a6f37cb 100644 --- a/Zotlabs/Module/Oauth.php +++ b/Zotlabs/Module/Oauth.php @@ -97,7 +97,7 @@ class Oauth extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>OAuth Apps Manager App (Not Installed):</b><br>'; + $o = '<b>' . t('OAuth Apps Manager App (Not Installed):') . '</b><br>'; $o .= t('OAuth authentication tokens for mobile and remote apps'); return $o; } |