Skip to content

Commit b6fb07f

Browse files
authored
Merge branch 'main' into haris/user-686-adapt-the-sign-in-with-ethereum-eip-4361-message-spec
2 parents f4ebb99 + 7f959a9 commit b6fb07f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/loud-birds-grin.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+
Remove typos from pl-PL

integration/templates/tanstack-start/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import tsConfigPaths from 'vite-tsconfig-paths'
33

44
export default defineConfig({
55
vite: {
6-
plugins: () => [
6+
plugins: [
77
tsConfigPaths({
88
projects: ['./tsconfig.json'],
99
}),

packages/localizations/src/pl-PL.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,10 @@ export const plPL: LocalizationResource = {
648648
title: 'Dodaj połączone konto',
649649
},
650650
deletePage: {
651-
actionDescription: 'Wpisz "Delete account" poniżej aby kontynuować.',
651+
actionDescription: 'Wpisz "Usuń konto" poniżej aby kontynuować.',
652652
confirm: 'Usuń konto',
653653
messageLine1: 'Czy na pewno chcesz usunąć to konto?',
654-
messageLine2: 'This action is permanent and irreversible.',
654+
messageLine2: 'Ta operacja jest nieodwracalna i nie można jej cofnąć.',
655655
title: 'Usuń konto',
656656
},
657657
emailAddressPage: {

0 commit comments

Comments
 (0)