Added entity/searchdomain name to deletion confirmation warning for searchdomain and entity

This commit is contained in:
2025-12-21 14:17:02 +01:00
parent fbfaff2953
commit b5545bb5c8
3 changed files with 21 additions and 2 deletions

View File

@@ -18,4 +18,10 @@
<data name="InvalidCredentials" xml:space="preserve">
<value>Invalid credentials.</value>
</data>
<data name="GenericDeleteConfirmation" xml:space="preserve">
<value>Are you sure you want to delete &lt;strong id="{0}"&gt;this entity&lt;/strong&gt;?</value>
</data>
<data name="IrreversibleActionWarning" xml:space="preserve">
<value>This action cannot be undone.</value>
</data>
</root>