diff options
Diffstat (limited to 'rt/html/Admin/Users')
-rw-r--r-- | rt/html/Admin/Users/Modify.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rt/html/Admin/Users/Modify.html b/rt/html/Admin/Users/Modify.html index b424ae961..5fb941114 100644 --- a/rt/html/Admin/Users/Modify.html +++ b/rt/html/Admin/Users/Modify.html @@ -25,7 +25,7 @@ <& /Admin/Elements/UserTabs, id => $id, UserObj => $UserObj, - current_subtab => $current_tab, + current_tab => $current_tab, Title => $title &> <& /Elements/ListActions, actions => \@results &> @@ -197,7 +197,7 @@ </TR> </TABLE> -<& /Elements/Submit &> +<& /Elements/Submit, Label => loc('Save Changes') &> </form> <%INIT> @@ -243,8 +243,6 @@ else { $Create = 1; } - - } |