Merge branch 'patch-28' into 'dev'
Update Mood.php See merge request Kostikov/core!4
This commit is contained in:
commit
99ceb1691b
@ -129,7 +129,7 @@ class Mood extends Controller {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>Mood App (Not Installed):</b><br>';
|
||||
$o = '<b>' . t('Mood App (Not Installed):') . '</b><br>';
|
||||
$o .= t('Set your current mood and tell your friends');
|
||||
return $o;
|
||||
}
|
||||
|
Reference in New Issue
Block a user