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:
aignatov-bio 2025-07-17 09:54:23 +02:00 committed by GitHub
commit 4c827a2f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}"