diff --git a/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor.swift b/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor.swift index 40aa5287..0497df2b 100644 --- a/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor.swift +++ b/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor.swift @@ -479,6 +479,7 @@ extension ImportFromFileInteractor: ImportFromFileInteracting { let name: String = { let name = acc.issuer.sanitazeName() + .replacingOccurrences(of: "+", with: " ") if name.isEmpty { return modifyInteractor.createNameForUnknownService() }