mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Rename item card export label [SCI-9157]
This commit is contained in:
parent
2372edcf25
commit
285276a59a
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue