Update Tokens.php
This commit is contained in:
parent
6d3c1fb7fc
commit
8e673a6cdf
@ -96,7 +96,7 @@ class Tokens extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>' . t('Guest Access App (Not Installed):') . '</b><br>';
|
$o = '<b>' . t('Guest Access App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||||
$o .= t('Create access tokens so that non-members can access private content');
|
$o .= t('Create access tokens so that non-members can access private content');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user