mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-21 02:58:43 -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:
@@ -12920,8 +12920,8 @@ msgstr ""
|
||||
|
||||
#: netbox/netbox/views/generic/bulk_views.py:442
|
||||
#, python-brace-format
|
||||
msgid "Row {i}: Object with ID {id} does not exist"
|
||||
msgstr "Ряд {i}: Об'єкт з ідентифікатором {id} не існує"
|
||||
msgid "Object with ID {id} does not exist"
|
||||
msgstr "Об'єкт з ідентифікатором {id} не існує"
|
||||
|
||||
#: netbox/netbox/views/generic/bulk_views.py:525
|
||||
#, python-brace-format
|
||||
|
||||
Reference in New Issue
Block a user