Update phone verification error message (#1350)
# What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated --------- Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
This commit is contained in:
parent
fe97f63e06
commit
3d544cf061
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ const PhoneVerification = observer((props: PhoneVerificationProps) => {
|
|||
})
|
||||
.catch(() => {
|
||||
openErrorNotification(
|
||||
"Can't send SMS code. Please try other phone number formats. Don't forget the country code!"
|
||||
'Grafana OnCall is unable to verify your phone number due to incorrect number or verification service being unavailable.'
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue