aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oauth2.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-09-28 21:34:15 +0200
committerM. Dent <dentm42@gmail.com>2018-09-28 21:34:15 +0200
commit2904e58a9fea6441202d1f9f7a3304a2d2b1429c (patch)
treee8abdb848f72419bead929555d59035c64b5acfc /Zotlabs/Module/Oauth2.php
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
parentc45a9504e7c4fe8add92276deecb1866c2a388bf (diff)
downloadvolse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.tar.gz
volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.tar.bz2
volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.zip
Merge translations for non-installed apps message
See merge request hubzilla/core!1296
Diffstat (limited to 'Zotlabs/Module/Oauth2.php')
-rw-r--r--Zotlabs/Module/Oauth2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oauth2.php b/Zotlabs/Module/Oauth2.php
index c27d7534b..db2687b4c 100644
--- a/Zotlabs/Module/Oauth2.php
+++ b/Zotlabs/Module/Oauth2.php
@@ -103,7 +103,7 @@ class Oauth2 extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = '<b>OAuth2 Apps Manager App (Not Installed):</b><br>';
+ $o = '<b>' . t('OAuth2 Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
return $o;
}