From a93fdae83742e5606b4b4c8267c86a83bad9358b Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Mon, 23 Jun 2014 08:51:42 +0200 Subject: [PATCH] Fixed issue : Missing translation in token send email process Dev: Use text-success from bootstrap --- application/controllers/admin/tokens.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/admin/tokens.php b/application/controllers/admin/tokens.php index 7a766229577..7681abdc142 100644 --- a/application/controllers/admin/tokens.php +++ b/application/controllers/admin/tokens.php @@ -1558,7 +1558,7 @@ function email($iSurveyId, $tokenids = null) } else { - $aData['tokenoutput'].='All emails were sent.'; + $aData['tokenoutput'].="".gT("All emails were sent.").""; } $this->_renderWrappedTemplate('token', $aViewUrls, $aData);