Update wording for delete inventory modal [SCI-12124]

This commit is contained in:
Anton 2025-07-16 11:55:39 +02:00
parent 9ff2a2ade8
commit 964d67e639
3 changed files with 4 additions and 1 deletions

View file

@ -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>
`;

View file

@ -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>

View file

@ -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}"