mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 13:14:29 +08:00
Update wording for delete inventory modal [SCI-12124]
This commit is contained in:
parent
9ff2a2ade8
commit
964d67e639
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