Skip to content

Commit

Permalink
luci-proto-modemmanager: rename menu entry from mobile service to cel…
Browse files Browse the repository at this point in the history
…lular 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 <[email protected]>
  • Loading branch information
feckert committed Apr 25, 2024
1 parent a20ad6d commit bd6bf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"admin/status/modemmanager": {
"title": "Mobile Service",
"title": "Cellular Network",
"order": 10,
"action": {
"type": "view",
Expand Down

0 comments on commit bd6bf5a

Please sign in to comment.