Merge pull request #6556 from Djfe/typo
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 4 Sep 2023 06:41:21 +0000 (08:41 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 06:41:21 +0000 (08:41 +0200)
luci-app-dockerman: fix typos

applications/luci-app-dockerman/luasrc/model/cbi/dockerman/container.lua

index 5e3771aa467cb4214f18c8729cb4040295e098bb..f8329ba703080505d188ce9086555247633d54b6 100644 (file)
@@ -767,11 +767,11 @@ elseif action == "stats" then
                s.template = "dockerman/container_stats"
                table_stats = {
                        cpu={
-                               key=translate("CPU Useage"),
+                               key=translate("CPU Usage"),
                                value='-'
                        },
                        memory={
-                               key=translate("Memory Useage"),
+                               key=translate("Memory Usage"),
                                value='-'
                        }
                }