Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tame-clowns-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Defines that the current password should be entered on password re-verifcation flow
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('UserVerificationFactorOne', () => {

await waitFor(() => {
getByText('Verification required');
getByText('Enter your password to continue');
getByText('Enter your current password to continue');
getByLabelText(/^password/i);
});
});
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/src/bg-BG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export const bgBG: LocalizationResource = {
},
password: {
actionLink: 'Use another method',
subtitle: 'Enter your password to continue using "{{applicationName}}"',
subtitle: 'Enter your current password to continue using "{{applicationName}}"',
title: 'Enter your password',
},
phoneCode: {
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/src/en-GB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export const enGB: LocalizationResource = {
},
password: {
actionLink: 'Use another method',
subtitle: 'Enter your password to continue',
subtitle: 'Enter your current password to continue',
title: 'Verification required',
},
phoneCode: {
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export const enUS: LocalizationResource = {
},
password: {
actionLink: 'Use another method',
subtitle: 'Enter your password to continue',
subtitle: 'Enter your current password to continue',
title: 'Verification required',
},
phoneCode: {
Expand Down