diff --git a/lib/about.js b/lib/about.js index 8d48ca6e011308c2886471eca2c8d0ea95bb3373..908c4c513caa0f010a4a3d5cd8518a86726939af 100644 --- a/lib/about.js +++ b/lib/about.js @@ -12,8 +12,8 @@ define(function () { '</p>' + '<h4>' + _.t('node.clients') + '</h4>' + '<p class="legend">' + - '<span class="legend-24ghz"><span class="symbol"></span> 2.4 Ghz</span>' + - '<span class="legend-5ghz"><span class="symbol"></span> 5 Ghz</span>' + + '<span class="legend-24ghz"><span class="symbol"></span> 2.4 GHz</span>' + + '<span class="legend-5ghz"><span class="symbol"></span> 5 GHz</span>' + '<span class="legend-others"><span class="symbol"></span> ' + _.t('others') + '</span>' + '</p>' + '<h3>AGPL 3</h3>' + diff --git a/lib/utils/node.js b/lib/utils/node.js index 9df5aa8b5b8994551a106b7fdadad7f45adff4b0..0ed439df83db62de1df9ed8d9165716fb8b6394a 100644 --- a/lib/utils/node.js +++ b/lib/utils/node.js @@ -97,14 +97,14 @@ define(['snabbdom', 'helper', 'moment'], function (V, helper, moment) { [ d.clients_wifi24, V.h('br'), - V.h('span', { props: { className: 'symbol', title: '2,4 Ghz' } }) + V.h('span', { props: { className: 'symbol', title: '2,4 GHz' } }) ]), V.h('span', { props: { className: 'legend-5ghz' } }, [ d.clients_wifi5, V.h('br'), - V.h('span', { props: { className: 'symbol', title: '5 Ghz' } }) + V.h('span', { props: { className: 'symbol', title: '5 GHz' } }) ]), V.h('span', { props: { className: 'legend-others' } },