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) {
|
||||
common_log_db_error($confirm, 'DELETE', __FILE__);
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user