Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FlowCrypt/Common UI/CommonNodesInputs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
4 changes: 2 additions & 2 deletions FlowCrypt/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down