Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 7, 2023
2 parents 76326a5 + a0a3fe6 commit 3fb2866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/Tokens.php
Expand Up @@ -1126,7 +1126,7 @@ public function deletetokenattributes($iSurveyId)
$aData['sidemenu']['state'] = false;
$this->renderWrappedTemplate('token', array('message' => array(
'title' => sprintf(gT("Delete participant attribute %s"), $sAttributeToDelete),
'message' => "<p>" . gT("If you remove this attribute, you will lose all information.") . "</p>\n"
'message' => "<p>" . gT("If deleted, all information stored in this attribute field will be lost.") . "</p>\n"
. CHtml::form(array("admin/tokens/sa/deletetokenattributes/surveyid/{$iSurveyId}"), 'post', array('id' => 'attributenumber'))
. CHtml::hiddenField('deleteattribute', $sAttributeToDelete)
. CHtml::hiddenField('sid', $iSurveyId)
Expand Down

0 comments on commit 3fb2866

Please sign in to comment.