mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Change error message for KEY_DOESNT_MATCH
This commit is contained in:
parent
b3d59f85c2
commit
d6cf28b675
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
return NSLocalizedString(@"This email does not exist.", nil);
|
||||
if
|
||||
IS(ERROR_KEY_DOESNT_MATCH)
|
||||
return NSLocalizedString(@"The confirmation code is invalid. \nPlease check your SMS and try again.", nil);
|
||||
return NSLocalizedString(@"The confirmation code is invalid. \nPlease try again.", nil);
|
||||
if
|
||||
IS(ERROR_PASSWORD_DOESNT_MATCH)
|
||||
return NSLocalizedString(@"Passwords do not match.", nil);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue