Skip to content

Commit a570b80

Browse files
authored
fix(localizations): Define that you have to enter the current password (#5455)
1 parent a9b618d commit a570b80

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

.changeset/tame-clowns-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Defines that the current password should be entered on password re-verifcation flow

packages/clerk-js/src/ui/components/UserVerification/__tests__/UVFactorOne.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('UserVerificationFactorOne', () => {
2828

2929
await waitFor(() => {
3030
getByText('Verification required');
31-
getByText('Enter your password to continue');
31+
getByText('Enter your current password to continue');
3232
getByLabelText(/^password/i);
3333
});
3434
});

packages/localizations/src/bg-BG.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export const bgBG: LocalizationResource = {
321321
},
322322
password: {
323323
actionLink: 'Use another method',
324-
subtitle: 'Enter your password to continue using "{{applicationName}}"',
324+
subtitle: 'Enter your current password to continue using "{{applicationName}}"',
325325
title: 'Enter your password',
326326
},
327327
phoneCode: {

packages/localizations/src/en-GB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export const enGB: LocalizationResource = {
322322
},
323323
password: {
324324
actionLink: 'Use another method',
325-
subtitle: 'Enter your password to continue',
325+
subtitle: 'Enter your current password to continue',
326326
title: 'Verification required',
327327
},
328328
phoneCode: {

packages/localizations/src/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export const enUS: LocalizationResource = {
311311
},
312312
password: {
313313
actionLink: 'Use another method',
314-
subtitle: 'Enter your password to continue',
314+
subtitle: 'Enter your current password to continue',
315315
title: 'Verification required',
316316
},
317317
phoneCode: {

0 commit comments

Comments
 (0)