Skip to content

Commit 2059d48

Browse files
committed
refactor: Standardize "quick pin" to "pin" in user-facing strings
This commit removes the word "quick" from all user-facing strings related to PIN functionality in `strings.xml`. The change standardizes the terminology to just "pin" for better clarity and consistency across the application. This affects titles, subtitles, error messages, and button text related to creating, changing, and canceling a PIN.
1 parent 870ec0e commit 2059d48

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

resources-logic/src/main/res/values/strings.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,28 +143,28 @@
143143
<!--endregion-->
144144

145145
<!-- region Quick Pin -->
146-
<string name="quick_pin_invalid_error">Invalid quick pin</string>
146+
<string name="quick_pin_invalid_error">Invalid pin</string>
147147
<string name="quick_pin_numerical_rule_invalid_error_message">Only numerical values are allowed</string>
148148
<string name="quick_pin_non_match">Pins do not match</string>
149149

150150
<string name="quick_pin_create_title">Welcome to your Wallet</string>
151151
<string name="quick_pin_create_enter_subtitle">Secure your wallet with a PIN code and connect to your National System.</string>
152-
<string name="quick_pin_create_reenter_subtitle">Re-enter the quick pin</string>
152+
<string name="quick_pin_create_reenter_subtitle">Re-enter the pin</string>
153153

154-
<string name="quick_pin_change_title">Change quick pin</string>
154+
<string name="quick_pin_change_title">Change pin</string>
155155
<string name="quick_pin_change_validate_current_subtitle">Type your current pin</string>
156-
<string name="quick_pin_change_enter_new_subtitle">Select a quick pin for future logins</string>
157-
<string name="quick_pin_change_reenter_new_subtitle">Re-enter the new quick pin</string>
156+
<string name="quick_pin_change_enter_new_subtitle">Select a pin for future logins</string>
157+
<string name="quick_pin_change_reenter_new_subtitle">Re-enter the new pin</string>
158158

159159
<string name="quick_pin_create_success_text">Your wallet is secured!</string>
160160
<string name="quick_pin_create_success_description">To activate your wallet, connect to your National System to add your Digital ID.</string>
161161
<string name="quick_pin_create_success_btn">Add my Digital ID</string>
162162
<string name="quick_pin_change_success_text">@string/generic_success</string>
163-
<string name="quick_pin_change_success_description">You successfully changed the quick pin</string>
163+
<string name="quick_pin_change_success_description">You successfully changed the pin</string>
164164
<string name="quick_pin_change_success_btn">BACK TO HOME</string>
165165

166-
<string name="quick_pin_bottom_sheet_cancel_title">Cancel quick pin changing?</string>
167-
<string name="quick_pin_bottom_sheet_cancel_subtitle">Cancel will redirect you back to the home without changing the quick pin</string>
166+
<string name="quick_pin_bottom_sheet_cancel_title">Cancel pin changing?</string>
167+
<string name="quick_pin_bottom_sheet_cancel_subtitle">Cancel will redirect you back to the home without changing the pin</string>
168168
<string name="quick_pin_bottom_sheet_cancel_primary_button_text">@string/generic_continue_capitalized</string>
169169
<string name="quick_pin_bottom_sheet_cancel_secondary_button_text">@string/generic_cancel_capitalized</string>
170170
<!--endregion-->

0 commit comments

Comments
 (0)