Update Invite.php

This commit is contained in:
Max Kostikov 2018-09-28 19:47:20 +02:00
parent cb768ea23f
commit f07a4667b6

View File

@ -107,7 +107,7 @@ class Invite extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>' . t('Invite App (Not Installed):') . '</b><br>'; $o = '<b>' . t('Invite App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Send email invitations to join this network'); $o .= t('Send email invitations to join this network');
return $o; return $o;
} }