Skip to content

chore(clerk-js,localizations): align en-US strings for danger zone with other translations #5800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions packages/localizations/src/utils/enUS_v4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export const enUS_v4: any = {
title: 'Delete account',
messageLine1: 'Are you sure you want to delete your account?',
messageLine2: 'This action is permanent and irreversible.',
actionDescription: 'Type Delete account below to continue.',
actionDescription: 'Type "Delete account" below to continue.',
confirm: 'Delete account',
},
},
Expand Down Expand Up @@ -564,13 +564,13 @@ export const enUS_v4: any = {
'Are you sure you want to leave this organization? You will lose access to this organization and its applications.',
messageLine2: 'This action is permanent and irreversible.',
successMessage: 'You have left the organization.',
actionDescription: 'Type {{organizationName}} below to continue.',
actionDescription: 'Type "{{organizationName}}" below to continue.',
},
deleteOrganization: {
title: 'Delete organization',
messageLine1: 'Are you sure you want to delete this organization?',
messageLine2: 'This action is permanent and irreversible.',
actionDescription: 'Type {{organizationName}} below to continue.',
actionDescription: 'Type "{{organizationName}}" below to continue.',
successMessage: 'You have deleted the organization.',
},
},
Expand Down