MESSENGER-3675 bugfixes (sharing to, closed polls, set room to public)

This commit is contained in:
Frank Rotermund
2022-09-27 07:34:50 +02:00
parent f7c61783b8
commit 35898333b3
8 changed files with 6 additions and 11 deletions
@@ -183,7 +183,7 @@ final class KeyVerificationSelfVerifyWaitViewController: UIViewController {
switch secretsRecoveryMode {
case .passphraseOrKey:
recoverSecretsButtonTitle = VectorL10n.deviceVerificationSelfVerifyWaitRecoverSecretsWithPassphrase
recoverSecretsButtonTitle = BWIL10n.deviceVerificationSelfVerifyWaitRecoverSecretsWithPassphrase
case .onlyKey:
recoverSecretsButtonTitle = VectorL10n.deviceVerificationSelfVerifyWaitRecoverSecretsWithoutPassphrase
}