Update Cards.php

This commit is contained in:
Max Kostikov 2018-09-28 19:45:11 +02:00
parent c0a485083d
commit 5c8e1169cd

View File

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