diff --git a/actions/smssettings.php b/actions/smssettings.php index 34243c72b6..b5d55658f3 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -229,8 +229,8 @@ class SmssettingsAction extends EmailsettingsAction { $this->show_form(_('No pending confirmation to cancel.')); return; } - if ($confirm->address != $sms || $confirm->address_extra != $carrier) { - $this->show_form(_('That is the wrong IM address.')); + if ($confirm->address != $sms) { + $this->show_form(_('That is the wrong confirmation number.')); return; }