luci-proto-modemmanager: rename menu entry from mobile service to cellular network
[project/luci.git] / protocols / luci-proto-modemmanager / htdocs / luci-static / resources / view / modemmanager / status.js
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;