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 <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2024-04-15 15:03:05 +02:00
parent a20ad6d4a8
commit bd6bf5a292
2 changed files with 2 additions and 2 deletions

View 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;

View File

@ -1,6 +1,6 @@
{
"admin/status/modemmanager": {
"title": "Mobile Service",
"title": "Cellular Network",
"order": 10,
"action": {
"type": "view",