2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 22:56:34 +00:00

statistics2: use proper english

git-svn-id: https://svn.fhem.de/fhem/trunk@14730 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2017-07-16 19:08:33 +00:00
parent 6b6f4f115e
commit 48cc949cf9

View File

@ -317,7 +317,7 @@ function onSuccess(data, textStatus, jqXHR) {
div.append("created in: " + data.generated.toFixed(3) + " seconds<br>");
div.append("number of submissions (last 12 months): " + data.nodes12 + "<br>");
div.append("total number of submissions (since : " + data.started + "): "+data.nodesTotal+"<br><br>");
div.append("Infos on contributing data, see <a href='https://fhem.de/commandref.html#fheminfo' target='_new'>fheminfo</a> command.");
div.append("You can help us to increase the quality of FHEM statistics data. Please check <a href='https://fhem.de/commandref.html#fheminfo' target='_new'>fheminfo</a> command for details.");
$("div.tabs").tabs();