summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js2
-rw-r--r--protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json2
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",