Skip to content

Commit e487ef9

Browse files
committed
Update source file strings.xml
1 parent d3c4dce commit e487ef9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,13 @@
360360
<string name="pin_show_description">Show PIN</string>
361361
<string name="pin_hide_description">Hide PIN</string>
362362

363+
<!-- Alpha-numeric PIN -->
364+
<string name="pin_creation_alphanumeric_label">Enable alpha-numeric PIN</string>
365+
<string name="pin_creation_alphanumeric_help_description">Learn about alpha-numeric PINs</string>
366+
<string name="pin_creation_short_warning">Short PINs are less secure. Consider using 6+ characters.</string>
367+
<string name="pin_alphanumeric_help_title">Alpha-numeric PINs</string>
368+
<string name="pin_alphanumeric_help_message">Alpha-numeric PINs allow letters (a-z, A-Z) in addition to digits (0-9).\n\nThis dramatically increases security:\n\n- A 4-digit numeric PIN has 10,000 possible combinations\n- A 4-character alpha-numeric PIN has over 14 million combinations\n\nUsing letters and numbers together makes your PIN much harder to guess or brute-force.</string>
369+
363370
<string name="pin_create_notification_rationale_title">Allow Notifications</string>
364371
<string name="pin_create_notification_rationale_text">SnapSafe only uses notifications to keep you in control of
365372
work it may be doing in the background, or to inform you of the current security status. It is strongly

0 commit comments

Comments
 (0)