Skip to content

Commit 6d07455

Browse files
committed
fix prettier
1 parent c69fd2f commit 6d07455

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/components/Icon/Expensicons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ import Printer from '@assets/images/printer.svg';
183183
import Profile from '@assets/images/profile.svg';
184184
import QrCode from '@assets/images/qrcode.svg';
185185
import QuestionMark from '@assets/images/question-mark-circle.svg';
186-
import TreasureChest from '@assets/images/treasure-chest.svg';
187186
import ReceiptBody from '@assets/images/receipt-body.svg';
188187
import ReceiptMultiple from '@assets/images/receipt-multiple.svg';
189188
import ReceiptPlaceholderPlus from '@assets/images/receipt-placeholder-plus.svg';
@@ -224,6 +223,7 @@ import ThumbsUp from '@assets/images/thumbs-up.svg';
224223
import Train from '@assets/images/train.svg';
225224
import Transfer from '@assets/images/transfer.svg';
226225
import Trashcan from '@assets/images/trashcan.svg';
226+
import TreasureChest from '@assets/images/treasure-chest.svg';
227227
import Unlock from '@assets/images/unlock.svg';
228228
import UploadAlt from '@assets/images/upload-alt.svg';
229229
import Upload from '@assets/images/upload.svg';

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+
whatsnew: 'Was ist neu',
15411541
accountSettings: 'Kontoeinstellungen',
15421542
account: 'Konto',
15431543
general: 'Allgemein',

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+
whatsnew: '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+
whatsnew: '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+
whatsnew: '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+
whatsnew: '新着情報',
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+
whatsnew: '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+
whatsnew: '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+
whatsnew: '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+
whatsnew: '新内容',
15171517
accountSettings: '账户设置',
15181518
account: '账户',
15191519
general: '常规',

0 commit comments

Comments
 (0)