Skip to content

Commit

Permalink
Dev: fix english langage string
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Apr 2, 2019
1 parent a5946c3 commit 168a586
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@
</div>
<div role='tabpanel' class='tab-pane ' id='SRCTOKENATTRS'>
<?php if($surveyIsAnonymized) {
echo CHtml::tag("p",array("class"=>"alert alert-warning"),gT("This survey is anonymized, usage of participant attributes need not anonymized survey."));
echo CHtml::tag("p",array("class"=>"alert alert-warning"),gT("This is an anonymized survey. Participant attributes can only be used in non-anonymised surveys."));
}?>
<div class='form-group question-option'>
<div class=''>
Expand Down

0 comments on commit 168a586

Please sign in to comment.