From 490b36d86ce1d3fe0a6be0951dbb90c91c7c8a64 Mon Sep 17 00:00:00 2001 From: aspdye Date: Wed, 18 May 2016 01:46:10 +0200 Subject: [PATCH] Fix #819 (#823) --- management/templates/users.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/templates/users.html b/management/templates/users.html index 010a1edf..b369fa89 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -170,7 +170,7 @@ function users_set_password(elem) { yourpw = "

If you change your own password, you will be logged out of this control panel and will need to log in again.

"; show_modal_confirm( - "Archive User", + "Set Password", $("

Set a new password for " + email + "?

Passwords must be at least four characters and may not contain spaces." + yourpw + "

"), "Set Password", function() {