Skip to content

Commit

Permalink
Fixed issue #14203: Assessments mode vs Assessment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Feb 24, 2021
1 parent 9132519 commit 976a383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/admin/assessments.php
Expand Up @@ -220,9 +220,9 @@ private function _showAssessments($iSurveyID, $action)
$aData['asessementNotActivated'] = false;
if ($oSurvey->assessments != 'Y') {
$aData['asessementNotActivated'] = array(
'title' => gT("Assessments mode not activated"),
'title' => gT("Assessment mode not activated"),
'message' => gT("Assessment mode for this survey is not activated.").'<br/>'
. gt("If you want to activate it click here:").'<br/>'
. gt("If you want to activate it, click here:").'<br/>'
. '<a type="submit" class="btn btn-primary" href="'
. App()->getController()->createUrl('admin/assessments', ['action'=> 'asessementactivate', 'surveyid'=> $iSurveyID])
.'">'.gT('Activate assessements').'</a>',
Expand Down

0 comments on commit 976a383

Please sign in to comment.