[TF-1575] fix localizable

This commit is contained in:
gmc 2024-07-20 22:44:35 +02:00
parent 9e5cab719f
commit ad5d00c616

View File

@ -57,7 +57,7 @@ extension ExternalImportInstructionsPresenter {
case .lastPass: return T.Externalimport.infoLastpassTitle case .lastPass: return T.Externalimport.infoLastpassTitle
case .googleAuth: return T.Externalimport.infoGoogleAuthenticatorTitle case .googleAuth: return T.Externalimport.infoGoogleAuthenticatorTitle
case .andOTP: return T.Externalimport.infoAndotpTitle 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 case .twofas: return T.Commons._2fasToolbar // Not used here
} }
} }