Change error message for KEY_DOESNT_MATCH

This commit is contained in:
Benjamin Reis 2016-11-18 14:08:50 +01:00
parent b3d59f85c2
commit d6cf28b675

View file

@ -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);