mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-08 21:02:18 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user