diff --git a/vitrage_dashboard/admin_alarms/panel.py b/vitrage_dashboard/admin_alarms/panel.py index 71cfbfa..a6237aa 100644 --- a/vitrage_dashboard/admin_alarms/panel.py +++ b/vitrage_dashboard/admin_alarms/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/admin_dashboard/panel.py b/vitrage_dashboard/admin_dashboard/panel.py index 605184d..7b6bda4 100644 --- a/vitrage_dashboard/admin_dashboard/panel.py +++ b/vitrage_dashboard/admin_dashboard/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/admin_entities/panel.py b/vitrage_dashboard/admin_entities/panel.py index a898be8..74595ca 100644 --- a/vitrage_dashboard/admin_entities/panel.py +++ b/vitrage_dashboard/admin_entities/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/admin_templates/panel.py b/vitrage_dashboard/admin_templates/panel.py index 33e1fa2..eaa1644 100644 --- a/vitrage_dashboard/admin_templates/panel.py +++ b/vitrage_dashboard/admin_templates/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/alarms/panel.py b/vitrage_dashboard/alarms/panel.py index b1b1f02..35ce6e5 100644 --- a/vitrage_dashboard/alarms/panel.py +++ b/vitrage_dashboard/alarms/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/dashboard/panel.py b/vitrage_dashboard/dashboard/panel.py index a573f22..b0c6db0 100644 --- a/vitrage_dashboard/dashboard/panel.py +++ b/vitrage_dashboard/dashboard/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/entities/panel.py b/vitrage_dashboard/entities/panel.py index cdf483a..b09e6ef 100644 --- a/vitrage_dashboard/entities/panel.py +++ b/vitrage_dashboard/entities/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon diff --git a/vitrage_dashboard/templates/panel.py b/vitrage_dashboard/templates/panel.py index 7cd7dbb..3a6cd29 100644 --- a/vitrage_dashboard/templates/panel.py +++ b/vitrage_dashboard/templates/panel.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ import horizon