Skip to content

Commit

Permalink
fix(localizations): Ensure confirm delete account text aligns with pr…
Browse files Browse the repository at this point in the history
…ompt (#4420)

Co-authored-by: Vaggelis Yfantis <[email protected]>
  • Loading branch information
alexcarpenter and octoper authored Oct 28, 2024
1 parent ae06219 commit cd2189a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-jobs-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Fix `frFR` confirmDeletionUserAccount text to ensure button text is enabled properly when the values match.
2 changes: 1 addition & 1 deletion packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const frFR: LocalizationResource = {
formFieldHintText__slug:
'Un slug est un identifiant lisible qui doit être unique. Il est souvent utilisé dans les URL.',
formFieldInputPlaceholder__backupCode: undefined,
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Supprimer ce compte',
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Supprimer le compte',
formFieldInputPlaceholder__emailAddress: undefined,
formFieldInputPlaceholder__emailAddress_username: undefined,
formFieldInputPlaceholder__emailAddresses:
Expand Down

0 comments on commit cd2189a

Please sign in to comment.