diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index 681f4fa3e..7b033315b 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -2010,7 +2010,7 @@ get_node(global, Node, ["backup"], Query, Lang) -> ]), ?XE("tr", [?XE("td", [?CT("Export data of users in a host to PIEFXIS files (XEP-0277):"), - ?CT(" "), + ?C(" "), ?INPUT("text", "export_piefxis_host_dirhost", ?MYNAME)]), ?XE("td", [?INPUT("text", "export_piefxis_host_dirpath", HomeDir)]), ?XE("td", [?INPUTT("submit", "export_piefxis_host_dir", @@ -2346,7 +2346,7 @@ node_ports_to_xhtml(Ports, Lang) -> [?XE("tr", [?XCT("td", "Port"), ?XCT("td", "IP"), - ?XCT("td", "Prot"), + ?XCT("td", "Protocol"), ?XCT("td", "Module"), ?XCT("td", "Options") ])]),