diff --git a/application/views/admin/token/tokenform.php b/application/views/admin/token/tokenform.php index d05e5358cca..45e5ef8fd36 100644 --- a/application/views/admin/token/tokenform.php +++ b/application/views/admin/token/tokenform.php @@ -319,10 +319,10 @@ widget('yiiwheels.widgets.switch.WhSwitch', array( - 'name' => "sent-switch", - 'id'=>"sent-switch", + 'name' => "remind-switch", + 'id'=>"remind-switch", 'htmlOptions'=>array('class'=>"YesNoSwitch action_toggle_bootstrap_switch"), - 'value' => $bSwitchValue, + 'value' => $bRemindSwitchValue, 'onLabel'=>gT('Yes'), 'offLabel' => gT('No'))); ?>