Update Cards.php

This commit is contained in:
Max Kostikov 2018-09-28 15:30:30 +02:00
parent 27fef98a39
commit 134529a09d

View File

@ -43,7 +43,7 @@ class Cards extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Cards App (Not Installed):</b><br>';
$o = '<b>' . t('Cards App (Not Installed):') . '</b><br>';
$o .= t('Create personal planning cards');
return $o;
}