diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:46:36 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:46:36 +0200 |
commit | cb768ea23f81d35b18204ae1747240a586541d45 (patch) | |
tree | b3ca1d68c63c32e800ff8716d3ddc52d37f9ba63 | |
parent | b3249c10c24cb2b06a1d43581d270f78183e8d61 (diff) | |
download | volse-hubzilla-cb768ea23f81d35b18204ae1747240a586541d45.tar.gz volse-hubzilla-cb768ea23f81d35b18204ae1747240a586541d45.tar.bz2 volse-hubzilla-cb768ea23f81d35b18204ae1747240a586541d45.zip |
Update 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 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; } |