summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/domain_delete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/domain_delete.html b/templates/admin/domain_delete.html
index 5d077a5..f3255eb 100644
--- a/templates/admin/domain_delete.html
+++ b/templates/admin/domain_delete.html
@@ -18,7 +18,7 @@
order to delete it.
</p>
{% else %}
- <p>Please confirm deletion of this domain - there are no identities registed on it.</p>
+ <p>Please confirm deletion of this domain - there are no identities registered on it.</p>
<div class="buttons">
<a class="button" href="{{ domain.urls.edit }}">Cancel</a>
<button class="delete">Confirm Deletion</button>