Skip to content

Commit 6672779

Browse files
committed
fix spellcheck
1 parent 6d07455 commit 6672779

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/languages/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ const translations = {
15371537
phrase4: 'Datenschutz',
15381538
},
15391539
help: 'Hilfe',
1540-
whatsnew: 'Was ist neu',
1540+
whatIsNew: 'Was ist neu',
15411541
accountSettings: 'Kontoeinstellungen',
15421542
account: 'Konto',
15431543
general: 'Allgemein',

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ const translations = {
15141514
phrase4: 'Privacy',
15151515
},
15161516
help: 'Help',
1517-
whatsnew: "What's new",
1517+
whatIsNew: "What's new",
15181518
accountSettings: 'Account settings',
15191519
account: 'Account',
15201520
general: 'General',

src/languages/es.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ const translations = {
15111511
phrase4: 'Privacidad',
15121512
},
15131513
help: 'Ayuda',
1514-
whatsnew: 'Qué hay de nuevo',
1514+
whatIsNew: 'Qué hay de nuevo',
15151515
accountSettings: 'Configuración de la cuenta',
15161516
account: 'Cuenta',
15171517
general: 'General',

src/languages/fr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ const translations = {
15341534
phrase4: 'Confidentialité',
15351535
},
15361536
help: 'Aide',
1537-
whatsnew: 'Quoi de neuf',
1537+
whatIsNew: 'Quoi de neuf',
15381538
accountSettings: 'Paramètres du compte',
15391539
account: 'Compte',
15401540
general: 'Général',

src/languages/it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ const translations = {
15291529
phrase4: 'Privacy',
15301530
},
15311531
help: 'Aiuto',
1532-
whatsnew: 'Novità',
1532+
whatIsNew: 'Novità',
15331533
accountSettings: 'Impostazioni account',
15341534
account: 'Account',
15351535
general: 'Generale',

src/languages/ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ const translations = {
15281528
phrase4: 'プライバシー',
15291529
},
15301530
help: '助けて',
1531-
whatsnew: '新着情報',
1531+
whatIsNew: '新着情報',
15321532
accountSettings: 'アカウント設定',
15331533
account: 'アカウント',
15341534
general: '一般',

src/languages/nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ const translations = {
15301530
phrase4: 'Privacy',
15311531
},
15321532
help: 'Help',
1533-
whatsnew: 'Wat is nieuw',
1533+
whatIsNew: 'Wat is nieuw',
15341534
accountSettings: 'Accountinstellingen',
15351535
account: 'Account',
15361536
general: 'Algemeen',

src/languages/pl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ const translations = {
15261526
phrase4: 'Prywatność',
15271527
},
15281528
help: 'Pomoc',
1529-
whatsnew: 'Co nowego',
1529+
whatIsNew: 'Co nowego',
15301530
accountSettings: 'Ustawienia konta',
15311531
account: 'Konto',
15321532
general: 'Ogólne',

src/languages/pt-BR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ const translations = {
15271527
phrase4: 'Privacidade',
15281528
},
15291529
help: 'Ajuda',
1530-
whatsnew: 'O que há de novo',
1530+
whatIsNew: 'O que há de novo',
15311531
accountSettings: 'Configurações da conta',
15321532
account: 'Conta',
15331533
general: 'Geral',

src/languages/zh-hans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ const translations = {
15131513
phrase4: '隐私',
15141514
},
15151515
help: '帮助',
1516-
whatsnew: '新内容',
1516+
whatIsNew: '新内容',
15171517
accountSettings: '账户设置',
15181518
account: '账户',
15191519
general: '常规',

0 commit comments

Comments
 (0)