mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Change text on Inventory modals [SCI-9991]
This commit is contained in:
parent
f0f1cd2487
commit
536f777341
1 changed files with 3 additions and 3 deletions
|
@ -1890,16 +1890,16 @@ en:
|
|||
alert_line_2: "all references to inventory items will be rendered as invalid."
|
||||
delete: "Delete"
|
||||
modal_rename:
|
||||
title_html: "Edit inventory: %{name}"
|
||||
title_html: "Rename inventory: %{name}"
|
||||
name: "Inventory name"
|
||||
name_placeholder: "My inventory"
|
||||
rename: "Save"
|
||||
modal_copy:
|
||||
title_html: "Copy inventory: %{name}"
|
||||
title_html: "Duplicate inventory: %{name}"
|
||||
name: "New inventory name"
|
||||
description: "Only the structure of the inventory is going to be copied."
|
||||
name_placeholder: "My inventory"
|
||||
copy: "Copy"
|
||||
copy: "Duplicate"
|
||||
modal_export:
|
||||
title: "Export Inventories"
|
||||
description_p1_html:
|
||||
|
|
Loading…
Reference in a new issue