diff --git a/designatedashboard/dashboards/project/ngdns/reverse_dns/panel.py b/designatedashboard/dashboards/project/ngdns/reverse_dns/panel.py index 9dbb593..9f00d92 100644 --- a/designatedashboard/dashboards/project/ngdns/reverse_dns/panel.py +++ b/designatedashboard/dashboards/project/ngdns/reverse_dns/panel.py @@ -11,7 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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 from openstack_dashboard.dashboards.project import dashboard diff --git a/designatedashboard/dashboards/project/ngdns/reverse_dns/urls.py b/designatedashboard/dashboards/project/ngdns/reverse_dns/urls.py index 956764b..d977937 100644 --- a/designatedashboard/dashboards/project/ngdns/reverse_dns/urls.py +++ b/designatedashboard/dashboards/project/ngdns/reverse_dns/urls.py @@ -13,7 +13,7 @@ # under the License. from django.urls import re_path -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from horizon.browsers import views title = _("Reverse DNS") diff --git a/designatedashboard/dashboards/project/ngdns/zones/panel.py b/designatedashboard/dashboards/project/ngdns/zones/panel.py index e81389f..7e5edcc 100644 --- a/designatedashboard/dashboards/project/ngdns/zones/panel.py +++ b/designatedashboard/dashboards/project/ngdns/zones/panel.py @@ -11,7 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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 from openstack_dashboard.dashboards.project import dashboard diff --git a/designatedashboard/dashboards/project/ngdns/zones/urls.py b/designatedashboard/dashboards/project/ngdns/zones/urls.py index 25dc5b9..f9aff5b 100644 --- a/designatedashboard/dashboards/project/ngdns/zones/urls.py +++ b/designatedashboard/dashboards/project/ngdns/zones/urls.py @@ -13,7 +13,7 @@ # under the License. from django.urls import re_path -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from horizon.browsers import views title = _("Zones")