File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/localizations/src Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @clerk/localizations " : patch
3
+ ---
4
+
5
+ Fix sk-SK delete confirmation text (#6547 )
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ export const skSK: LocalizationResource = {
197
197
formFieldInputPlaceholder__apiKeyExpirationDate : undefined ,
198
198
formFieldInputPlaceholder__apiKeyName : undefined ,
199
199
formFieldInputPlaceholder__backupCode : 'Zadajte záložný kód' ,
200
- formFieldInputPlaceholder__confirmDeletionUserAccount : 'Odstrániť účet' ,
200
+ formFieldInputPlaceholder__confirmDeletionUserAccount : 'Zmazať účet' ,
201
201
formFieldInputPlaceholder__emailAddress : 'Zadajte svoj e-mail' ,
202
202
formFieldInputPlaceholder__emailAddress_username : 'Zadajte e-mail alebo používateľské meno' ,
203
203
formFieldInputPlaceholder__emailAddresses :
You can’t perform that action at this time.
0 commit comments