mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 06:35:37 +08:00
Merge pull request #8666 from aignatov-bio/ai-sci-12124-update-delete-invnetory-wording
Update wording for delete inventory modal [SCI-12124]
This commit is contained in:
commit
4c827a2f34
3 changed files with 4 additions and 1 deletions
|
@ -294,6 +294,7 @@ export default {
|
|||
<ul>
|
||||
<li>${this.i18n.t('repositories.index.modal_delete.alert_line_1')}</li>
|
||||
<li>${this.i18n.t('repositories.index.modal_delete.alert_line_2')}</li>
|
||||
<li>${this.i18n.t('repositories.index.modal_delete.alert_line_3')}</li>
|
||||
</ul>
|
||||
</div>
|
||||
`;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<ul>
|
||||
<li><%= t("repositories.index.modal_delete.alert_line_1") %></li>
|
||||
<li><%= t("repositories.index.modal_delete.alert_line_2") %></li>
|
||||
<li><%= t("repositories.index.modal_delete.alert_line_3") %></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2298,7 +2298,8 @@ en:
|
|||
message_html: "Are you sure you want to delete inventory <em>%{name}</em>? This action is irreversible."
|
||||
alert_heading: "Deleting inventory has following consequences:"
|
||||
alert_line_1: "all data inside the inventory will be lost;"
|
||||
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;"
|
||||
alert_line_3: "if task assigned item snapshots exist, access to them will follow task-level permissions."
|
||||
delete: "Delete"
|
||||
modal_rename:
|
||||
title_html: "Rename inventory: %{name}"
|
||||
|
|
Loading…
Add table
Reference in a new issue