Skip to content

Commit bb177dc

Browse files
committed
use withdrawal id term instead of entry id
1 parent e366fcb commit bb177dc

11 files changed

Lines changed: 1 addition & 11 deletions

File tree

src/components/SelectionList/Search/WithdrawalIDListItemHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function WithdrawalIDListItemHeader<TItem extends ListItem>({
7575
style={[styles.optionDisplayName, styles.sidebarLinkTextBold, styles.pre]}
7676
/>
7777
<TextWithTooltip
78-
text={`${formattedWithdrawalDate} ${translate('common.entryID')}: ${withdrawalIDItem.entryID}`}
78+
text={`${formattedWithdrawalDate} ${translate('common.withdrawalID')}: ${withdrawalIDItem.entryID}`}
7979
style={[styles.textLabelSupporting, styles.lh16, styles.pre]}
8080
/>
8181
</View>

src/languages/de.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const translations = {
587587
network: 'Netzwerk',
588588
reportID: 'Berichts-ID',
589589
longID: 'Lange ID',
590-
entryID: 'Beitrags-ID',
591590
withdrawalID: 'Auszahlungs-ID',
592591
bankAccounts: 'Bankkonten',
593592
chooseFile: 'Datei auswählen',

src/languages/en.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ const translations = {
579579
network: 'Network',
580580
reportID: 'Report ID',
581581
longID: 'Long ID',
582-
entryID: 'Entry ID',
583582
withdrawalID: 'Withdrawal ID',
584583
bankAccounts: 'Bank accounts',
585584
chooseFile: 'Choose file',

src/languages/es.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ const translations = {
571571
network: 'La red',
572572
reportID: 'ID del informe',
573573
longID: 'ID largo',
574-
entryID: 'ID de la entrada',
575574
withdrawalID: 'ID de retiro',
576575
bankAccounts: 'Cuentas bancarias',
577576
chooseFile: 'Elegir archivo',

src/languages/fr.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const translations = {
587587
network: 'Réseau',
588588
reportID: 'ID du rapport',
589589
longID: 'ID long',
590-
entryID: "ID d'entrée",
591590
withdrawalID: 'ID de retrait',
592591
bankAccounts: 'Comptes bancaires',
593592
chooseFile: 'Choisir un fichier',

src/languages/it.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const translations = {
587587
network: 'Rete',
588588
reportID: 'ID Rapporto',
589589
longID: 'ID lungo',
590-
entryID: 'ID di ingresso',
591590
withdrawalID: 'ID di prelievo',
592591
bankAccounts: 'Conti bancari',
593592
chooseFile: 'Scegli file',

src/languages/ja.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const translations = {
587587
network: 'ネットワーク',
588588
reportID: 'レポートID',
589589
longID: 'Long ID',
590-
entryID: 'エントリーID',
591590
withdrawalID: '出金ID',
592591
bankAccounts: '銀行口座',
593592
chooseFile: 'ファイルを選択',

src/languages/nl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const translations = {
587587
network: 'Netwerk',
588588
reportID: 'Rapport-ID',
589589
longID: 'Lang ID',
590-
entryID: 'Toegangs-ID',
591590
withdrawalID: 'Opname-ID',
592591
bankAccounts: 'Bankrekeningen',
593592
chooseFile: 'Bestand kiezen',

src/languages/pl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const translations = {
587587
network: 'Sieć',
588588
reportID: 'ID raportu',
589589
longID: 'Długi identyfikator',
590-
entryID: 'Identyfikator wpisu',
591590
withdrawalID: 'Identyfikator wypłaty',
592591
bankAccounts: 'Konta bankowe',
593592
chooseFile: 'Wybierz plik',

src/languages/pt-BR.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ const translations = {
588588
network: 'Network',
589589
reportID: 'ID do Relatório',
590590
longID: 'ID longo',
591-
entryID: 'ID de entrada',
592591
withdrawalID: 'ID de retirada',
593592
bankAccounts: 'Contas bancárias',
594593
chooseFile: 'Escolher arquivo',

0 commit comments

Comments
 (0)