luci-proto-modemmanager: rename menu entry from mobile service to cellular network
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 15 Apr 2024 13:03:05 +0000 (15:03 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 25 Apr 2024 11:03:58 +0000 (13:03 +0200)
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 <fe@dev.tdt.de>
protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js
protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json

index 3db79051d3d0bba559c6d42da128bdd1aae2de0f..649ff8321b7edfffa0f5c9e2657cff9054190e5a 100644 (file)
@@ -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;
index 7104f221cec8f4a1a1aaa53aedb71b626859f992..eac7f3be6999c81b6e31d266c70e8dbff01960cc 100644 (file)
@@ -1,6 +1,6 @@
 {
        "admin/status/modemmanager": {
-               "title": "Mobile Service",
+               "title": "Cellular Network",
                "order": 10,
                "action": {
                        "type": "view",