Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/languages/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5284,7 +5284,6 @@ ${
cardType: 'Kartentyp',
limit: 'Limit',
limitType: 'Typ begrenzen',
name: 'Name',
disabledApprovalForSmartLimitError:
'Bitte aktivieren Sie Genehmigungen unter <strong>Workflows > Genehmigungen hinzufügen</strong>, bevor Sie intelligente Limits einrichten',
},
Expand Down
1 change: 0 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5367,7 +5367,6 @@ const translations = {
cardType: 'Card type',
limit: 'Limit',
limitType: 'Limit type',
name: 'Name',
disabledApprovalForSmartLimitError: 'Please enable approvals in <strong>Workflows > Add approvals</strong> before setting up smart limits',
},
deactivateCardModal: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5274,7 +5274,6 @@ ${amount} para ${merchant} - ${date}`,
cardType: 'Tipo de tarjeta',
limit: 'Limite',
limitType: 'Tipo de limite',
name: 'Nombre',
disabledApprovalForSmartLimitError: 'Por favor, habilita las aprobaciones en <strong>Flujos de trabajo > Aprobaciones</strong> antes de configurar los límites inteligentes',
},
deactivateCardModal: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5295,7 +5295,6 @@ ${
cardType: 'Type de carte',
limit: 'Limite',
limitType: 'Limiter le type',
name: 'Nom',
disabledApprovalForSmartLimitError:
'Veuillez activer les approbations dans <strong>Workflows > Ajouter des approbations</strong> avant de configurer les limites intelligentes',
},
Expand Down
1 change: 0 additions & 1 deletion src/languages/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5272,7 +5272,6 @@ ${
cardType: 'Tipo di carta',
limit: 'Limite',
limitType: 'Tipo di limite',
name: 'Nome',
disabledApprovalForSmartLimitError: 'Abilita le approvazioni in <strong>Flussi di lavoro > Aggiungi approvazioni</strong> prima di impostare i limiti intelligenti',
},
deactivateCardModal: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5228,7 +5228,6 @@ ${
cardType: 'カードタイプ',
limit: '制限',
limitType: 'タイプを制限',
name: '名前',
disabledApprovalForSmartLimitError: 'スマートリミットを設定する前に、<strong>ワークフロー > 承認を追加</strong>で承認を有効にしてください',
},
deactivateCardModal: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5263,7 +5263,6 @@ ${
cardType: 'Kaarttype',
limit: 'Limiet',
limitType: 'Limiettype',
name: 'Naam',
disabledApprovalForSmartLimitError: 'Schakel goedkeuringen in <strong>Workflows > Goedkeuringen toevoegen</strong> in voordat u slimme limieten instelt',
},
deactivateCardModal: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5253,7 +5253,6 @@ ${
cardType: 'Typ karty',
limit: 'Limit',
limitType: 'Typ limitu',
name: 'Imię',
disabledApprovalForSmartLimitError: 'Proszę włączyć zatwierdzenia w <strong>Przepływy pracy > Dodaj zatwierdzenia</strong> przed skonfigurowaniem inteligentnych limitów',
},
deactivateCardModal: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5256,7 +5256,6 @@ ${
cardType: 'Tipo de cartão',
limit: 'Limite',
limitType: 'Tipo de limite',
name: 'Nome',
disabledApprovalForSmartLimitError:
'Por favor, ative as aprovações em <strong>Fluxos de Trabalho > Adicionar aprovações</strong> antes de configurar os limites inteligentes',
},
Expand Down
1 change: 0 additions & 1 deletion src/languages/zh-hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5159,7 +5159,6 @@ ${
cardType: '卡类型',
limit: '限制',
limitType: '限制类型',
name: '名称',
disabledApprovalForSmartLimitError: '请在<strong>工作流程 > 添加审批</strong>中启用审批,然后再设置智能限制',
},
deactivateCardModal: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function ConfirmationStep({policyID, backTo, stepNames, startStepIndex}: Confirm
onPress={() => editStep(CONST.EXPENSIFY_CARD.STEP.LIMIT_TYPE)}
/>
<MenuItemWithTopDescription
description={translate('workspace.card.issueNewCard.name')}
description={translate('workspace.card.issueNewCard.cardName')}
title={data?.cardTitle}
shouldShowRightIcon
onPress={() => editStep(CONST.EXPENSIFY_CARD.STEP.CARD_NAME)}
Expand Down
Loading