From d2033af7d7cbbcfde0d6ee227c861887788b3459 Mon Sep 17 00:00:00 2001 From: srauscher Date: Wed, 28 Nov 2018 13:33:35 +0100 Subject: [PATCH] [BUGFIX] Change Ghz to GHz (#278) --- lib/about.js | 4 ++-- lib/utils/node.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/about.js b/lib/about.js index 8d48ca6..908c4c5 100644 --- a/lib/about.js +++ b/lib/about.js @@ -12,8 +12,8 @@ define(function () { '

' + '

' + _.t('node.clients') + '

' + '

' + - ' 2.4 Ghz' + - ' 5 Ghz' + + ' 2.4 GHz' + + ' 5 GHz' + ' ' + _.t('others') + '' + '

' + '

AGPL 3

' + diff --git a/lib/utils/node.js b/lib/utils/node.js index 9df5aa8..0ed439d 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' } },