Merge branch 'patch-15' into 'dev'

Update Poke.php

See merge request Kostikov/core!17
This commit is contained in:
Max Kostikov 2018-09-28 16:01:49 +02:00
commit e9b60cfb26

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;
}