Skip to content

Commit

Permalink
Fixed issue #10784: Small translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 1, 2016
1 parent 9c2aa57 commit 17feff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/token/remind.php
Expand Up @@ -126,7 +126,7 @@
</div>

<div class='form-group'>
<?php echo CHtml::label(gT("Bypass date control before sending email."),'bypassdatecontrol', array('title'=>gt("If some tokens have a 'valid from' date set which is in the future, they will not be able to access the survey before that 'valid from' date."),'unescaped', 'class' => 'control-label col-sm-2')); ?>
<?php echo CHtml::label(gT("Bypass date control before sending email:"),'bypassdatecontrol', array('title'=>gt("If some tokens have a 'valid from' date set which is in the future, they will not be able to access the survey before that 'valid from' date."),'unescaped', 'class' => 'control-label col-sm-2')); ?>
<div class='col-sm-1'>
<?php echo CHtml::checkbox('bypassdatecontrol', false); ?>
</div>
Expand Down

0 comments on commit 17feff2

Please sign in to comment.