diff --git a/.changeset/tame-clowns-brush.md b/.changeset/tame-clowns-brush.md new file mode 100644 index 00000000000..61ade9959bb --- /dev/null +++ b/.changeset/tame-clowns-brush.md @@ -0,0 +1,5 @@ +--- +'@clerk/localizations': patch +--- + +Defines that the current password should be entered on password re-verifcation flow diff --git a/packages/clerk-js/src/ui/components/UserVerification/__tests__/UVFactorOne.test.tsx b/packages/clerk-js/src/ui/components/UserVerification/__tests__/UVFactorOne.test.tsx index dffd8e052ca..c93e5d97f80 100644 --- a/packages/clerk-js/src/ui/components/UserVerification/__tests__/UVFactorOne.test.tsx +++ b/packages/clerk-js/src/ui/components/UserVerification/__tests__/UVFactorOne.test.tsx @@ -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); }); }); diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index 699a9b71880..e48ed2e44a5 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -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: { diff --git a/packages/localizations/src/en-GB.ts b/packages/localizations/src/en-GB.ts index 208fb79a060..922ccb94d07 100644 --- a/packages/localizations/src/en-GB.ts +++ b/packages/localizations/src/en-GB.ts @@ -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: { diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 3708d5ee3ab..f541b93f849 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -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: {