diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 15:23:38 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 15:23:38 +0200 |
commit | 52fea09c53883cf1d9ca96a642acf7b2caa79cb2 (patch) | |
tree | 06f69e38aaf9f95f69b792471782b83e89f955ff /Zotlabs | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
download | volse-hubzilla-52fea09c53883cf1d9ca96a642acf7b2caa79cb2.tar.gz volse-hubzilla-52fea09c53883cf1d9ca96a642acf7b2caa79cb2.tar.bz2 volse-hubzilla-52fea09c53883cf1d9ca96a642acf7b2caa79cb2.zip |
add translations
Diffstat (limited to 'Zotlabs')
-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; } |