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 4148591c53
commit 7f590e0821
4 changed files with 5 additions and 5 deletions
+1 -1
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