13319 fix typo

This commit is contained in:
Arthur 2023-08-03 20:16:23 +07:00
parent 50885d72e3
commit a1b8ab96ac

View File

@ -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.