Fix non-existent-id error message

Change this one special case to also use the same communication channel
(toast notification) and message format as all other validation errors.

The error message is kept mostly the same, just the index prefix is
removed. This allowed keeping and easily adjusting the existing
localizations of it.
This commit is contained in:
Marko Hauptvogel
2025-10-30 14:08:15 +01:00
parent 1245a9f99d
commit fbe76ac98a
16 changed files with 36 additions and 32 deletions

View File

@@ -13041,8 +13041,8 @@ msgstr ""
#: netbox/netbox/views/generic/bulk_views.py:442
#, python-brace-format
msgid "Row {i}: Object with ID {id} does not exist"
msgstr "Rangée {i}: Objet avec identifiant {id} n'existe pas"
msgid "Object with ID {id} does not exist"
msgstr "Objet avec identifiant {id} n'existe pas"
#: netbox/netbox/views/generic/bulk_views.py:525
#, python-brace-format