mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Merge branch 'spaces' into gil/4498_Handle_space_link
This commit is contained in:
@@ -2564,7 +2564,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
{
|
||||
MXLogDebug(@"WARNING: The user has no device. Prompt for login again");
|
||||
|
||||
NSString *msg = NSLocalizedStringFromTable(@"e2e_enabling_on_app_update", @"Vector", nil);
|
||||
NSString *msg = [VectorL10n e2eEnablingOnAppUpdate:AppInfo.current.displayName];
|
||||
|
||||
__weak typeof(self) weakSelf = self;
|
||||
[_errorNotification dismissViewControllerAnimated:NO completion:nil];
|
||||
|
||||
Reference in New Issue
Block a user