From d59a13304a80fbd36a1be28eb42217c0c09b383e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20Cisin=CC=81ski?= Date: Sun, 8 Oct 2023 22:45:01 +0200 Subject: [PATCH] TF-1359 Adding missing label letters for generated name in Raivo import --- .../TwoFAS/Interactors/ImportFromFileInteractor+Parsers.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor+Parsers.swift b/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor+Parsers.swift index b965a044..05b64d92 100644 --- a/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor+Parsers.swift +++ b/TwoFAS/TwoFAS/Interactors/ImportFromFileInteractor+Parsers.swift @@ -387,7 +387,7 @@ extension ImportFromFileInteractor { iconType: iconType, iconTypeID: iconTypeID ?? .default, labelColor: .random, - labelTitle: acc.issuer.twoLetters, + labelTitle: name.twoLetters, algorithm: algo, isTrashed: false, trashingDate: nil,