mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-proto-wireguard: use "Optional" instead of "Optional." as translation
This allows sharing the translation string with other components. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -52,7 +52,7 @@ metric = section:taboption(
|
|||||||
Value,
|
Value,
|
||||||
"metric",
|
"metric",
|
||||||
translate("Metric"),
|
translate("Metric"),
|
||||||
translate("Optional.")
|
translate("Optional")
|
||||||
)
|
)
|
||||||
metric.datatype = "uinteger"
|
metric.datatype = "uinteger"
|
||||||
metric.placeholder = "0"
|
metric.placeholder = "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user