Update Connect.php

This commit is contained in:
Max Kostikov 2018-09-28 15:33:17 +02:00
parent 27fef98a39
commit 7fd332f8cf

View File

@ -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;
}