aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connect.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Connect.php')
-rw-r--r--Zotlabs/Module/Connect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connect.php b/Zotlabs/Module/Connect.php
index 7194e7039..62d3af840 100644
--- a/Zotlabs/Module/Connect.php
+++ b/Zotlabs/Module/Connect.php
@@ -101,7 +101,7 @@ class Connect extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = '<b>Premium Channel App (Not Installed):</b><br>';
+ $o = '<b>' . t('Premium Channel App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Allows you to set restrictions and terms on those that connect with your channel');
return $o;
}