diff --git a/passbook/admin/templates/administration/base.html b/passbook/admin/templates/administration/base.html index 51240c85e..9bde9d06f 100644 --- a/passbook/admin/templates/administration/base.html +++ b/passbook/admin/templates/administration/base.html @@ -59,9 +59,9 @@
{% trans 'No Factors configured. No Users will be able to login.' %}">
+{% trans 'No Stages configured. No Users will be able to login.' %}">
{% else %} {{ factor_count }} {% endif %} diff --git a/passbook/admin/templates/administration/policy/list.html b/passbook/admin/templates/administration/policy/list.html index d7b12417e..28f238854 100644 --- a/passbook/admin/templates/administration/policy/list.html +++ b/passbook/admin/templates/administration/policy/list.html @@ -10,7 +10,7 @@ {% trans 'Policies' %} -{% trans "Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Factors." %}
+{% trans "Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages." %}
{% trans "Factors required for a user to successfully authenticate." %} +
{% trans "Stages required for a user to successfully authenticate." %}