mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 21:15:35 +08:00
Update wording for repository columns [SCI-6233] (#3752)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
6b484caff4
commit
3bef5e2caa
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
<ul>
|
||||
<li><%= t("repositories.modal_delete_column.alert_line_1", nr: @repository_column.repository_cells.count) %></li>
|
||||
<li><%= t("repositories.modal_delete_column.alert_line_2") %></li>
|
||||
<li><%= t("repositories.modal_delete_column.alert_line_3") %></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1581,6 +1581,7 @@ en:
|
|||
alert_heading: "Deleting a column has following consequences:"
|
||||
alert_line_1: "you will lose information in this column for %{nr} item(s);"
|
||||
alert_line_2: "the column will be deleted for all team members."
|
||||
alert_line_3: "any saved inventory filters relying on this column will be updated (individual filters based on this column will be removed from saved filters)."
|
||||
delete: "Delete"
|
||||
modal_parse:
|
||||
title: 'Import items'
|
||||
|
@ -1642,7 +1643,7 @@ en:
|
|||
name: "Name"
|
||||
colum_type: "Column type"
|
||||
dropdown_item_descirption: "Dropdown items should be separated by comma."
|
||||
change_multi_select_items_warning: "Be careful: changing existing list items will result in deselecting previously selected items."
|
||||
change_multi_select_items_warning: "Be careful: changing existing list items will result in deselecting previously selected items. Removing a list item will remove it also from any saved inventory filters."
|
||||
too_many_items_label: " of %{limit} items"
|
||||
select:
|
||||
repository_text_value: "Text"
|
||||
|
|
Loading…
Add table
Reference in a new issue