diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-05-20 19:39:11 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-05-20 19:41:14 +0200 |
commit | 34813ff2b6b898cf4adb4a20df606261413d9afa (patch) | |
tree | 17cdce67151de8e6052b0397d0d324e984f74587 /modules/luci-base/po/es | |
parent | d6dbedd9e2c77f44be0f64ee8128401a293f77f4 (diff) |
luci-mod-network: interfaces.js: remove references to original MAC/MTU
Do not show the original values for MAC and MTU in device list tooltips
anymore as the values we read from the netdev might already stem from
overridden config settings.
Since there's no generic way to acquire that information, remove the
potentially confusing information.
Fixes: #5820
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/po/es')
-rw-r--r-- | modules/luci-base/po/es/base.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 5d39eb1a5b..243883b6cc 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -8683,8 +8683,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1465 -msgid "The value is overridden by configuration. Original: %s" -msgstr "El valor se reemplaza por la configuraciĆ³n. Original: %s" +msgid "The value is overridden by configuration." +msgstr "El valor se reemplaza por la configuraciĆ³n." #: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:56 msgid "" |