From: Florian Eckert Date: Mon, 15 Apr 2024 13:03:05 +0000 (+0200) Subject: luci-proto-modemmanager: rename menu entry from mobile service to cellular network X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bd6bf5a2923a76423aa455bbce69a5ed388e4ddc;p=project%2Fluci.git 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 --- 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",