summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/password-controller.lua')
-rwxr-xr-xapp/acf-util/password-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/password-controller.lua b/app/acf-util/password-controller.lua
index b2fab85..8260d82 100755
--- a/app/acf-util/password-controller.lua
+++ b/app/acf-util/password-controller.lua
@@ -60,7 +60,7 @@ function newuser(self)
return self.model.read_user(self)
end, function(value)
return self.model.create_user(self, value)
- end, self.clientdata, "Save", "New User Settings", "Saved user")
+ end, self.clientdata, "Create", "Create New User", "Created user")
end
function deleteuser(self)