treewide: consolidate {IPv4,IPv6,MAC} {address,gateway} spellings
[project/luci.git] / modules / luci-mod-status / htdocs / luci-static / resources / view / status / include / 60_wifi.js
index 18172aae94e75250f6f10f4cc608bf0237949b55..7cb3e78e7aa59db1984b1fc23736f86eaf0b11aa 100644 (file)
@@ -226,7 +226,7 @@ return baseclass.extend({
                var assoclist = E('table', { 'class': 'table assoclist' }, [
                        E('tr', { 'class': 'tr table-titles' }, [
                                E('th', { 'class': 'th nowrap' }, _('Network')),
-                               E('th', { 'class': 'th hide-xs' }, _('MAC-Address')),
+                               E('th', { 'class': 'th hide-xs' }, _('MAC address')),
                                E('th', { 'class': 'th' }, _('Host')),
                                E('th', { 'class': 'th' }, '%s / %s'.format(_('Signal'), _('Noise'))),
                                E('th', { 'class': 'th' }, '%s / %s'.format(_('RX Rate'), _('TX Rate')))