Skip to content

Commit 6080456

Browse files
joschitmilewski
andauthored
chore(clerk-js,localizations): align en-US strings for danger zone with other translations (#5800)
Co-authored-by: Tom Milewski <[email protected]>
1 parent 80abb5d commit 6080456

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/rude-poets-obey.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+
chore(localizations): Align `en-US` strings for danger zone with other translations

packages/localizations/src/utils/enUS_v4.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export const enUS_v4: any = {
518518
title: 'Delete account',
519519
messageLine1: 'Are you sure you want to delete your account?',
520520
messageLine2: 'This action is permanent and irreversible.',
521-
actionDescription: 'Type Delete account below to continue.',
521+
actionDescription: 'Type "Delete account" below to continue.',
522522
confirm: 'Delete account',
523523
},
524524
},
@@ -564,13 +564,13 @@ export const enUS_v4: any = {
564564
'Are you sure you want to leave this organization? You will lose access to this organization and its applications.',
565565
messageLine2: 'This action is permanent and irreversible.',
566566
successMessage: 'You have left the organization.',
567-
actionDescription: 'Type {{organizationName}} below to continue.',
567+
actionDescription: 'Type "{{organizationName}}" below to continue.',
568568
},
569569
deleteOrganization: {
570570
title: 'Delete organization',
571571
messageLine1: 'Are you sure you want to delete this organization?',
572572
messageLine2: 'This action is permanent and irreversible.',
573-
actionDescription: 'Type {{organizationName}} below to continue.',
573+
actionDescription: 'Type "{{organizationName}}" below to continue.',
574574
successMessage: 'You have deleted the organization.',
575575
},
576576
},

0 commit comments

Comments
 (0)