luci-app-dockerman: change common translation for new container to add

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-08-11 12:52:24 +02:00
parent 3e99b18661
commit 2ce27ed582

View file

@ -178,7 +178,7 @@ s.rowcolors=false
s.template="cbi/nullsection" s.template="cbi/nullsection"
o = s:option(Button, "_new") o = s:option(Button, "_new")
o.inputtitle= translate("New") o.inputtitle= translate("Add")
o.template = "dockerman/cbi/inlinebutton" o.template = "dockerman/cbi/inlinebutton"
o.inputstyle = "add" o.inputstyle = "add"
o.forcewrite = true o.forcewrite = true