luci-mod-admin-full: abbreviate "MAC-Address" as "MAC" to align with rest
[project/luci.git] / modules / luci-mod-admin-full / luasrc / view / admin_network / iface_overview_status.htm
index bdf1c083aebe971909ff5d8b98238449f0b06a37..7427154a047a909260f6c8ea093a6da3274ab979 100644 (file)
                                                if (!ifc.is_dynamic && !ifc.is_alias)
                                                {
                                                        if (ifc.macaddr)
-                                                               html += String.format('<strong><%:MAC-Address%>:</strong> %s<br />', ifc.macaddr);
+                                                               html += String.format('<strong><%:MAC%>:</strong> %s<br />', ifc.macaddr);
 
                                                        html += String.format(
                                                                '<strong><%:RX%>:</strong> %.2mB (%d <%:Pkts.%>)<br />' +