luci-app-dockerman: fix typos

useage > usage

Signed-off-by: Felix Baumann <felix.bau@gmx.de>
This commit is contained in:
Felix Baumann 2023-09-03 00:49:55 +02:00
parent 85bcd897ae
commit 6afe7d91e5

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='-'
} }
} }