diff --git a/main.go b/main.go index e726d7baf..6f28193d6 100644 --- a/main.go +++ b/main.go @@ -306,36 +306,36 @@ func getReport(key string) map[string]interface{} { var categories []category categories = append(categories, category{ Values: statsForInts(totFiles), - Descr: "Files Managed per Node", + Descr: "Files Managed per Device", }) categories = append(categories, category{ Values: statsForInts(maxFiles), - Descr: "Files in Largest Repo", + Descr: "Files in Largest Folder", }) categories = append(categories, category{ Values: statsForInts(totMiB), - Descr: "Data Managed per Node", + Descr: "Data Managed per Device", Unit: "B", Binary: true, }) categories = append(categories, category{ Values: statsForInts(maxMiB), - Descr: "Data in Largest Repo", + Descr: "Data in Largest Folder", Unit: "B", Binary: true, }) categories = append(categories, category{ Values: statsForInts(numNodes), - Descr: "Number of Nodes in Cluster", + Descr: "Number of Devices in Cluster", }) categories = append(categories, category{ Values: statsForInts(numRepos), - Descr: "Number of Repositories Configured", + Descr: "Number of Folders Configured", }) categories = append(categories, category{ diff --git a/static/index.html b/static/index.html index 3bf9546cb..4b121052f 100644 --- a/static/index.html +++ b/static/index.html @@ -30,7 +30,7 @@ found in the LICENSE file.

Syncthing Usage Data

- This is the aggregated usage report data for the last 24 hours. Data based on {{.nodes}} nodes that have reported in. + This is the aggregated usage report data for the last 24 hours. Data based on {{.nodes}} devices that have reported in.

@@ -59,7 +59,7 @@ found in the LICENSE file.
- + @@ -77,7 +77,7 @@ found in the LICENSE file.
VersionNodesShareVersionDevicesShare
- + @@ -95,7 +95,7 @@ found in the LICENSE file.
PlatformNodesSharePlatformDevicesShare
- +
OSNodesShareOSDevicesShare