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