Skip to content

Commit

Permalink
Fixed issue : Missing translation in token send email process
Browse files Browse the repository at this point in the history
Dev: Use text-success from bootstrap
  • Loading branch information
Shnoulle committed Jun 23, 2014
1 parent 506d4a6 commit a93fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -1558,7 +1558,7 @@ function email($iSurveyId, $tokenids = null)
}
else
{
$aData['tokenoutput'].='<b>All emails were sent.</b>';
$aData['tokenoutput'].="<strong class='result success text-success'>".gT("All emails were sent.")."<strong>";
}

$this->_renderWrappedTemplate('token', $aViewUrls, $aData);
Expand Down

0 comments on commit a93fdae

Please sign in to comment.