mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 10:14:17 +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."
|
alert_line_2: "all references to inventory items will be rendered as invalid."
|
||||||
delete: "Delete"
|
delete: "Delete"
|
||||||
modal_rename:
|
modal_rename:
|
||||||
title_html: "Edit inventory: %{name}"
|
title_html: "Rename inventory: %{name}"
|
||||||
name: "Inventory name"
|
name: "Inventory name"
|
||||||
name_placeholder: "My inventory"
|
name_placeholder: "My inventory"
|
||||||
rename: "Save"
|
rename: "Save"
|
||||||
modal_copy:
|
modal_copy:
|
||||||
title_html: "Copy inventory: %{name}"
|
title_html: "Duplicate inventory: %{name}"
|
||||||
name: "New inventory name"
|
name: "New inventory name"
|
||||||
description: "Only the structure of the inventory is going to be copied."
|
description: "Only the structure of the inventory is going to be copied."
|
||||||
name_placeholder: "My inventory"
|
name_placeholder: "My inventory"
|
||||||
copy: "Copy"
|
copy: "Duplicate"
|
||||||
modal_export:
|
modal_export:
|
||||||
title: "Export Inventories"
|
title: "Export Inventories"
|
||||||
description_p1_html:
|
description_p1_html:
|
||||||
|
|
Loading…
Reference in a new issue