diff --git a/src/client/templates/admin/admin.html b/src/client/templates/admin/admin.html
index c018595..9df77a3 100644
--- a/src/client/templates/admin/admin.html
+++ b/src/client/templates/admin/admin.html
@@ -96,7 +96,7 @@
{{_ 'admin--page-title'}}
{{userCreatedAt}} |
{{#if this.status.lastLogin.date}}{{livestamp this.status.lastLogin.date}}{{/if}} |
- {{_ 'admin--users-change-password'}}
+ {{_ 'admin--users-change-password'}}
{{#unless admin}}
{{_ 'admin--users-delete'}}
{{/unless}}
diff --git a/src/private/version.json b/src/private/version.json
index 62965d1..a9dffac 100644
--- a/src/private/version.json
+++ b/src/private/version.json
@@ -1,3 +1,3 @@
{
- "version": "1.28"
+ "version": "1.29"
}
|