i18n: improve naming: error_no_identity_server -> error_invite_3pid_with_no_identity_server

This commit is contained in:
manuroe
2019-09-17 10:56:46 +02:00
parent 3e74114416
commit 37b3ebaf23
4 changed files with 5 additions and 5 deletions

View File

@@ -5011,7 +5011,7 @@
if ([error.domain isEqualToString:kMXRestClientErrorDomain]
&& error.code == MXRestClientErrorMissingIdentityServer)
{
NSString *message = [NSBundle mxk_localizedStringForKey:@"error_no_identity_server"];
NSString *message = [NSBundle mxk_localizedStringForKey:@"error_invite_3pid_with_no_identity_server"];
[[AppDelegate theDelegate] showAlertWithTitle:message message:nil];
}
else