Skip to content

Commit

Permalink
Dev: small text change,
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Mar 27, 2020
1 parent 90a3aa4 commit e45a7ef
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -77,7 +77,7 @@
if ($oSurvey->ipaddr!= "Y") {
eT("Responses will not have the IP address logged.");
} else {
eT("Responses will have the IP address logged");
eT("Responses will have the IP address logged.");
} ?>
<span class='annotation'> <?php eT("Cannot be changed"); ?></span>
<?php echo CHtml::hiddenField('ipaddr',$oSurvey->ipaddr);
Expand Down Expand Up @@ -111,7 +111,7 @@
if ($oSurvey->ipanonymize!= "Y") {
eT("Responses will not have the IP address anonymized.");
} else {
eT("Responses will have the IP address anonymized");
eT("Responses will have the IP address anonymized.");
} ?>
<span class='annotation'> <?php eT("Cannot be changed"); ?></span>
<?php echo CHtml::hiddenField('ipanonymize',$oSurvey->ipanonymize);
Expand Down

0 comments on commit e45a7ef

Please sign in to comment.