aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connect.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 19:46:36 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 19:46:36 +0200
commitcb768ea23f81d35b18204ae1747240a586541d45 (patch)
treeb3ca1d68c63c32e800ff8716d3ddc52d37f9ba63 /Zotlabs/Module/Connect.php
parentb3249c10c24cb2b06a1d43581d270f78183e8d61 (diff)
downloadvolse-hubzilla-cb768ea23f81d35b18204ae1747240a586541d45.tar.gz
volse-hubzilla-cb768ea23f81d35b18204ae1747240a586541d45.tar.bz2
volse-hubzilla-cb768ea23f81d35b18204ae1747240a586541d45.zip
Update Connect.php
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 83f0f455d..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>' . t('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;
}