Skip to content

Commit

Permalink
17522 enable localization of user preference form
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Sep 17, 2024
1 parent 7167f20 commit 4f75b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/netbox/preferences.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.conf import settings
from django.utils.translation import gettext as _
from django.utils.translation import gettext_lazy as _

from netbox.registry import registry
from users.preferences import UserPreference
Expand Down

0 comments on commit 4f75b5a

Please sign in to comment.