mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Correct inconsistent captialization. Fixes #906
This commit is contained in:
@@ -340,7 +340,7 @@ class Admin_Users_Controller extends Admin_Controller {
|
||||
->rules($minimum_length ? "required|length[$minimum_length, 40]" : "length[40]");
|
||||
|
||||
module::event("user_add_form_admin", $user, $form);
|
||||
$group->submit("")->value(t("Add User"));
|
||||
$group->submit("")->value(t("Add user"));
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user