diff options
Diffstat (limited to 'Zotlabs/Module/Connect.php')
-rw-r--r-- | Zotlabs/Module/Connect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connect.php b/Zotlabs/Module/Connect.php index 7194e7039..83f0f455d 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 (Not Installed):') . '</b><br>'; $o .= t('Allows you to set restrictions and terms on those that connect with your channel'); return $o; } |