diff --git a/powerdnsadmin/templates/base.html b/powerdnsadmin/templates/base.html index 4712fee..b3ff92c 100644 --- a/powerdnsadmin/templates/base.html +++ b/powerdnsadmin/templates/base.html @@ -101,7 +101,7 @@
  • -

    New Zone

    +

    Create Zone

  • {% endif %} diff --git a/powerdnsadmin/templates/domain_add.html b/powerdnsadmin/templates/domain_add.html index f119144..6d2be08 100644 --- a/powerdnsadmin/templates/domain_add.html +++ b/powerdnsadmin/templates/domain_add.html @@ -8,7 +8,7 @@

    - Create New Zone + Create Zone

    diff --git a/powerdnsadmin/templates/domain_setting.html b/powerdnsadmin/templates/domain_setting.html index baccbff..50bda95 100644 --- a/powerdnsadmin/templates/domain_setting.html +++ b/powerdnsadmin/templates/domain_setting.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Zone Settings - {{ SITE_NAME }}{% endblock %} +{% block title %}Edit Zone - {{ domain.name | pretty_domain_name }} - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} {% if status %} @@ -24,13 +24,13 @@

    - Zone Settings - {{ domain.name | pretty_domain_name }} + Edit Zone - {{ domain.name | pretty_domain_name }}

    @@ -69,9 +69,9 @@
    @@ -138,7 +138,7 @@
    -

    Domain Access Control

    +

    Zone Access Control

    @@ -427,6 +427,7 @@ {% endblock %} + {% block modals %}