Change email to SMS. Spotted by Nikerabbit.
This commit is contained in:
parent
e845d6a8bf
commit
b74a7d7a75
@ -409,7 +409,7 @@ class SmssettingsAction extends SettingsAction
|
|||||||
if (!$result) {
|
if (!$result) {
|
||||||
common_log_db_error($confirm, 'DELETE', __FILE__);
|
common_log_db_error($confirm, 'DELETE', __FILE__);
|
||||||
// TRANS: Server error thrown on database error canceling SMS phone number confirmation.
|
// TRANS: Server error thrown on database error canceling SMS phone number confirmation.
|
||||||
$this->serverError(_('Could not delete email confirmation.'));
|
$this->serverError(_('Could not delete SMS confirmation.'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user