From ad5d00c616bd741aee4a28368e03e8a4851a1758 Mon Sep 17 00:00:00 2001 From: gmc Date: Sat, 20 Jul 2024 22:44:35 +0200 Subject: [PATCH] [TF-1575] fix localizable --- .../Presenter/ExternalImportInstructionsPresenter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwoFAS/TwoFAS/Root/Modules/Settings/ExternalImportInstructions/Presenter/ExternalImportInstructionsPresenter.swift b/TwoFAS/TwoFAS/Root/Modules/Settings/ExternalImportInstructions/Presenter/ExternalImportInstructionsPresenter.swift index ea6a29e3..603237d6 100644 --- a/TwoFAS/TwoFAS/Root/Modules/Settings/ExternalImportInstructions/Presenter/ExternalImportInstructionsPresenter.swift +++ b/TwoFAS/TwoFAS/Root/Modules/Settings/ExternalImportInstructions/Presenter/ExternalImportInstructionsPresenter.swift @@ -57,7 +57,7 @@ extension ExternalImportInstructionsPresenter { case .lastPass: return T.Externalimport.infoLastpassTitle case .googleAuth: return T.Externalimport.infoGoogleAuthenticatorTitle case .andOTP: return T.Externalimport.infoAndotpTitle - case .authenticatorPro: return T.Externalimport.authenticatorproTitle + case .authenticatorPro: return T.Externalimport.infoAuthenticatorproTitle case .twofas: return T.Commons._2fasToolbar // Not used here } }