From 3b10ce61e090b93558a95ae6843975f249d1b8ad Mon Sep 17 00:00:00 2001 From: ykyivskyi-gd Date: Tue, 6 Jul 2021 18:33:31 +0300 Subject: [PATCH] Changed wording for passphrase --- FlowCrypt/Common UI/CommonNodesInputs.swift | 2 +- FlowCrypt/Resources/en.lproj/Localizable.strings | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FlowCrypt/Common UI/CommonNodesInputs.swift b/FlowCrypt/Common UI/CommonNodesInputs.swift index 10f06baca..b8f7f99e8 100644 --- a/FlowCrypt/Common UI/CommonNodesInputs.swift +++ b/FlowCrypt/Common UI/CommonNodesInputs.swift @@ -70,6 +70,6 @@ extension CheckBoxTextNode.Input { } static func passPhraseMemory(isSelected: Bool) -> CheckBoxTextNode.Input { - Self.common(with: "setup_save_pass_in_memory".localized, isSelected: isSelected) + Self.common(with: "setup_save_pass_temporarily".localized, isSelected: isSelected) } } diff --git a/FlowCrypt/Resources/en.lproj/Localizable.strings b/FlowCrypt/Resources/en.lproj/Localizable.strings index b08ba6f09..b3fbb4010 100644 --- a/FlowCrypt/Resources/en.lproj/Localizable.strings +++ b/FlowCrypt/Resources/en.lproj/Localizable.strings @@ -97,8 +97,8 @@ "setup_initial_create_key" = "Create a new key"; "setup_initial_import_key" = "Import my key"; "setup_create_key_title" = "Create key"; -"setup_save_pass_locally" = "Store pass phrase locally"; -"setup_save_pass_in_memory" = "Keep pass phrase in memory"; +"setup_save_pass_locally" = "Save pass phrase"; +"setup_save_pass_temporarily" = "Remember pass phrase temporarily"; "setup_enter_pass_phrase" = "Please enter pass phrase"; // Key Import