Rename item card export label [SCI-9157]

This commit is contained in:
wandji20 2023-09-27 10:44:07 +01:00
parent 2372edcf25
commit 285276a59a
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
@click.prevent="exportConsumptionCallback"
:data-rows="JSON.stringify([repositoryRowId])"
>
{{ i18n.t('repositories.item_card.export') }}
{{ i18n.t('repositories.item_card.stock_export') }}
</a>
</div>
<div v-if="colVal.stock_formatted" class="text-sn-dark-grey font-inter text-sm font-normal leading-5">

View file

@ -2229,7 +2229,7 @@ en:
added_at: "Added at"
added_by: "Added by"
custom_columns_label: "Custom columns"
export: "Export"
stock_export: "Export"
no_custom_columns_label: 'This item has no custom columns'
repository_time_range_value:
no_time_range: 'No time range'