|
@@ -1,5 +1,5 @@
|
|
|
from django.conf import settings
|
|
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 netbox.registry import registry
|
|
|
from users.preferences import UserPreference
|
|
from users.preferences import UserPreference
|