From b4e3bcc64ebc4e834b0f07a315d08febaa2ceaaa Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Wed, 26 Feb 2020 20:29:13 -0500 Subject: [PATCH] Fix typo --- StrongBox/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StrongBox/Localizable.strings b/StrongBox/Localizable.strings index 3bd387a41..28c3f105a 100644 --- a/StrongBox/Localizable.strings +++ b/StrongBox/Localizable.strings @@ -2547,8 +2547,8 @@ /* Select a Key File */ "mac_select_key_file" = "Select a Key File"; -/* You must use at least a Password or a Key File */ -"mac_you_must_use_at_least_a_password_or_key_file" = "You must at least one of either a Password, Key File or YubiKey for your master credentials."; +/* You must use at least one of either a Password, a Key File or a YubiKey for your master credentials. */ +"mac_you_must_use_at_least_a_password_or_key_file" = "You must use at least one of either a Password, a Key File or a YubiKey for your master credentials."; /* Password cannot be Empty */ "mac_password_cannot_be_empty" = "Password cannot be Empty";