SecurityVC: Update MY SESSIONS copy

This commit is contained in:
manuroe
2020-06-30 18:12:50 +02:00
parent e40b528193
commit 73ea84d33b
3 changed files with 6 additions and 8 deletions
@@ -841,8 +841,6 @@ SecureBackupSetupCoordinatorBridgePresenterDelegate>
{
// Accept to create a setup only if we have the 3 cross-signing keys
// This is the path to have a sane state
// TODO: What about missing MSK that was not gossiped before?
MXRecoveryService *recoveryService = self.mainSession.crypto.recoveryService;
NSArray *crossSigningServiceSecrets = @[
@@ -1135,7 +1133,7 @@ SecureBackupSetupCoordinatorBridgePresenterDelegate>
else
{
cell = [self descriptionCellForTableView:tableView
withText:NSLocalizedStringFromTable(@"security_settings_crypto_sessions_description", @"Vector", nil) ];
withText:NSLocalizedStringFromTable(@"security_settings_crypto_sessions_description_2", @"Vector", nil) ];
}
}
else
@@ -1147,7 +1145,7 @@ SecureBackupSetupCoordinatorBridgePresenterDelegate>
else if (row == devicesArray.count)
{
cell = [self descriptionCellForTableView:tableView
withText:NSLocalizedStringFromTable(@"security_settings_crypto_sessions_description", @"Vector", nil) ];
withText:NSLocalizedStringFromTable(@"security_settings_crypto_sessions_description_2", @"Vector", nil) ];
}
}