Skip to content

Commit

Permalink
Dev: moved error title translation to frontendHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 30, 2017
1 parent de9b84c commit 3982f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -1741,7 +1741,7 @@ function setTotalSteps($surveyid, array $thissurvey, $totalquestions)
function breakOutAndCrash($sTemplateViewPath, $totalquestions, $iTotalGroupsWithoutQuestions, array $thissurvey)
{

$sTitle = "This survey cannot be tested or completed for the following reason(s):";
$sTitle = gT("This survey cannot be tested or completed for the following reason(s):");
$sMessage = '';

if ($totalquestions == 0){
Expand Down

0 comments on commit 3982f7e

Please sign in to comment.