Skip to content

Commit

Permalink
Dev Added more information to 'No invitations sent' error message
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 15, 2019
1 parent b4caa56 commit c5f427b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/tokens.php
Expand Up @@ -1555,6 +1555,7 @@ public function email($iSurveyId)
. "<li>".gT("not having been sent an invitation already")."</li>"
. "<li>".gT("not having already completed the survey")."</li>"
. "<li>".gT("having a token")."</li></ul>"
. "<li>".gT("having at least one use left")."</li></ul>"
. '<p><a href="'.App()->createUrl('admin/tokens/sa/index/surveyid/'.$iSurveyId).'" title="" class="btn btn-default btn-lg">'.gT("Cancel").'</a></p>'
)
),
Expand Down

0 comments on commit c5f427b

Please sign in to comment.