Merge pull request #6556 from Djfe/typo

luci-app-dockerman: fix typos
This commit is contained in:
Florian Eckert 2023-09-04 08:41:21 +02:00 committed by GitHub
commit e368bd49a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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