From 858011c5075e0ab7da235ccfe7101d0980e75532 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Tue, 19 May 2026 20:25:33 +0200 Subject: [PATCH] Generalize first-launch import prompt to cover sources The prompt fires for any legacy data now, so word it for accounts and sources rather than accounts only. --- Yattee/Localizable.xcstrings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yattee/Localizable.xcstrings b/Yattee/Localizable.xcstrings index 6d8bdb78..b95f1be2 100644 --- a/Yattee/Localizable.xcstrings +++ b/Yattee/Localizable.xcstrings @@ -5607,7 +5607,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Yattee found accounts from the previous app. Review them to sign in again, or remove any accounts you do not want to import." + "value" : "Yattee found accounts and sources from the previous app. Review them to sign in again or add them, or remove anything you do not want to import." } } } @@ -5627,7 +5627,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Legacy Accounts Found" + "value" : "Import from Previous App" } } }