mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
13319 fix typo
This commit is contained in:
parent
50885d72e3
commit
a1b8ab96ac
@ -13,7 +13,7 @@ NetBox follows the [Django translation guide](https://docs.djangoproject.com/en/
|
||||
## Models
|
||||
|
||||
1. Import gettext_lazy.
|
||||
2. Define both verbose_name and verbose_name_plural in the model Meta and wrap them strings with the gettext_lazy shortcut.
|
||||
2. Define both verbose_name and verbose_name_plural in the model Meta and wrap the strings with the gettext_lazy shortcut.
|
||||
3. Make sure all model fields have a verbose_name defined.
|
||||
4. Wrap all verbose_name and help_text fields with the gettext_lazy shortcut.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user