luci-base: fix typos 3424/head
authorBalázs Úr <balazs@urbalazs.hu>
Fri, 20 Dec 2019 15:48:51 +0000 (16:48 +0100)
committerBalázs Úr <balazs@urbalazs.hu>
Fri, 20 Dec 2019 15:48:51 +0000 (16:48 +0100)
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/dhcp.lua
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js

index bcc26cd442109347d579bc70de9b1165d577b1d3..8841d1ff8253e1792e6f445be3fa8bd64ed8534a 100644 (file)
@@ -71,7 +71,7 @@ if leases then
        end
        ip = v:option(DummyValue, 3, translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address"))
        mac  = v:option(DummyValue, 2, translate("<abbr title=\"Media Access Control\">MAC</abbr>-Address"))
-       ltime = v:option(DummyValue, 1, translate("Leasetime remaining"))
+       ltime = v:option(DummyValue, 1, translate("Lease time remaining"))
        function ltime.cfgvalue(self, ...)
                local value = DummyValue.cfgvalue(self, ...)
                return wa.date_format(os.difftime(tonumber(value), os.time()))
index 716d67b2aa057f42a07cfb2e9a8e675cc478febd..c4db638b11296d8eb4366b9a159ba3fe0cbd59cb 100644 (file)
@@ -52,7 +52,7 @@ CBILease6Status = form.DummyValue.extend({
                                        E('div', { 'class': 'th' }, _('Host')),
                                        E('div', { 'class': 'th' }, _('IPv6-Address')),
                                        E('div', { 'class': 'th' }, _('DUID')),
-                                       E('div', { 'class': 'th' }, _('Leasetime remaining'))
+                                       E('div', { 'class': 'th' }, _('Lease time remaining'))
                                ]),
                                E('div', { 'class': 'tr placeholder' }, [
                                        E('div', { 'class': 'td' }, E('em', _('Collecting data...')))
index 83c0c151eb49307a120c9d7ac289788f89d05198..b1068f0e360e52c5b2411e2306f20434069698df 100644 (file)
@@ -28,7 +28,7 @@ return L.Class.extend({
                                E('div', { 'class': 'th' }, _('Hostname')),
                                E('div', { 'class': 'th' }, _('IPv4-Address')),
                                E('div', { 'class': 'th' }, _('MAC-Address')),
-                               E('div', { 'class': 'th' }, _('Leasetime remaining'))
+                               E('div', { 'class': 'th' }, _('Lease time remaining'))
                        ])
                ]);
 
@@ -55,7 +55,7 @@ return L.Class.extend({
                                E('div', { 'class': 'th' }, _('Host')),
                                E('div', { 'class': 'th' }, _('IPv6-Address')),
                                E('div', { 'class': 'th' }, _('DUID')),
-                               E('div', { 'class': 'th' }, _('Leasetime remaining'))
+                               E('div', { 'class': 'th' }, _('Lease time remaining'))
                        ])
                ]);