From bd6bf5a2923a76423aa455bbce69a5ed388e4ddc Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 15 Apr 2024 15:03:05 +0200 Subject: [PATCH] luci-proto-modemmanager: rename menu entry from mobile service to cellular network The old term "mobile service" is not common, it is replaced by the new name "cellular network", which is more familiar. Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/modemmanager/status.js | 2 +- .../root/usr/share/luci/menu.d/luci-proto-modemmanager.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js b/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js index 3db79051d3..649ff8321b 100644 --- a/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js +++ b/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js @@ -164,7 +164,7 @@ return view.extend({ render: function (modems) { var content = E([], [ - E('h2', {}, [_('Mobile Service')]), + E('h2', {}, [_('Cellular Network')]), E('div') ]); var container = content.lastElementChild; diff --git a/protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json b/protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json index 7104f221ce..eac7f3be69 100644 --- a/protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json +++ b/protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json @@ -1,6 +1,6 @@ { "admin/status/modemmanager": { - "title": "Mobile Service", + "title": "Cellular Network", "order": 10, "action": { "type": "view", -- 2.30.2