diff options
author | Badlop <badlop@process-one.net> | 2011-03-13 18:08:29 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-03-13 18:34:50 +0100 |
commit | 18fd67b31129272266c4a28fdb21cb78e792950e (patch) | |
tree | 3e2af2f2a7f06681145065b7ea4bc79d3baa617d /src | |
parent | Fix bashism and make some lines similar to master branch (EJAB-1404) (diff) |
Change string in WebAdmin to reuse an existing one
Diffstat (limited to 'src')
-rw-r--r-- | src/web/ejabberd_web_admin.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index 607bdcbf..90e30140 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -1028,7 +1028,7 @@ process_admin(global, auth = {_, _Auth, AJID}, lang = Lang}) -> Res = list_vhosts(Lang, AJID), - make_xhtml(?H1GL(?T("ejabberd virtual hosts"), "virtualhost", "Virtual Hosting") ++ Res, global, Lang, AJID); + make_xhtml(?H1GL(?T("Virtual Hosts"), "virtualhost", "Virtual Hosting") ++ Res, global, Lang, AJID); process_admin(Host, #request{path = ["users"], |