You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bitkit/Resources/Localization/en.lproj/Localizable.strings
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -532,11 +532,12 @@
532
532
"security__pin_choose_text" = "Please use a PIN you will remember. If you forget your PIN you can reset it, but that will require restoring your wallet.";
"security__pin_retype_text" = "Please retype your 4-digit PIN to complete the setup process.";
535
-
"security__pin_not_match" = "Try again, this is not the same PIN.";
536
-
"security__pin_disable_title" = "Disable PIN";
537
-
"security__pin_disable_text" = "PIN code is currently enabled. If you want to disable your PIN, you need to enter your current PIN code first.";
535
+
"security__pin_not_match" = "Not the same PIN. Try again.";
536
+
"security__pin_change_title" = "PIN Enabled";
537
+
"security__pin_change_text" = "PIN code is currently enabled. If you want to disable your PIN, you need to enter your current PIN code first.";
538
538
"security__pin_enable_button" = "Enable PIN";
539
539
"security__pin_disable_button" = "Disable PIN";
540
+
"security__pin_disable_text" = "Enter your PIN to disable it.";
540
541
"security__pin_enter" = "Please enter your PIN code";
541
542
"security__pin_last_attempt" = "Last attempt. Entering the wrong PIN again will reset your wallet.";
542
543
"security__pin_attempts" = "{attemptsRemaining} attempts remaining. Forgot your PIN?";
@@ -587,12 +588,12 @@
587
588
"security__export_error_msg" = "Bitkit could not export the backup file to your phone.";
588
589
"security__export_error_file" = "Bitkit could not create the backup file.";
589
590
"security__cp_title" = "Change PIN";
590
-
"security__cp_text" = "You can change your PIN code to a new\n4-digit combination. Please enter your current PIN code first.";
591
+
"security__cp_text" = "Enter your <accent>current</accent> PIN to change it.";
591
592
"security__cp_retype_title" = "Retype New PIN";
592
593
"security__cp_retype_text" = "Please retype your 4-digit PIN to complete the setup process.";
593
594
"security__cp_setnew_title" = "Set New PIN";
594
595
"security__cp_setnew_text" = "Please use a PIN you will remember. If you forget your PIN you can reset it, but that will require restoring your wallet.";
595
-
"security__cp_try_again" = "Try again, this is not the same PIN.";
596
+
"security__cp_try_again" = "Not the same PIN. Try again.";
596
597
"security__cp_changed_title" = "PIN changed";
597
598
"security__cp_changed_text" = "You have successfully changed your PIN to a new 4-digit combination.";
0 commit comments