diff --git a/Zotlabs/Module/Cards.php b/Zotlabs/Module/Cards.php
index 78cbad5fd..8aca60e57 100644
--- a/Zotlabs/Module/Cards.php
+++ b/Zotlabs/Module/Cards.php
@@ -43,7 +43,7 @@ class Cards extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = 'Cards App (Not Installed):
';
+ $o = '' . t('Cards App (Not Installed):') . '
';
$o .= t('Create personal planning cards');
return $o;
}