Update Poke.php

This commit is contained in:
Max Kostikov 2018-09-28 15:26:46 +02:00
parent 27fef98a39
commit f7e9454697

View File

@ -162,7 +162,7 @@ class Poke extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Poke App (Not Installed):</b><br>';
$o = '<b>' . t('Poke App (Not Installed):') . '</b><br>';
$o .= t('Poke somebody in your addressbook');
return $o;
}