From 9c0fbe5a0b3c2e334cff6d6bbe2cb4d5ae48a5fd Mon Sep 17 00:00:00 2001 From: Worty <6840978+Worty@users.noreply.github.com> Date: Mon, 30 Jul 2018 16:19:31 +0200 Subject: [PATCH] fixed that missing one --- public/app/core/utils/kbn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/utils/kbn.ts b/public/app/core/utils/kbn.ts index 74ef2a9e874..7bf2cdc5fd6 100644 --- a/public/app/core/utils/kbn.ts +++ b/public/app/core/utils/kbn.ts @@ -1118,7 +1118,7 @@ kbn.getUnitFormats = function() { submenu: [ { text: 'parts-per-million (ppm)', value: 'ppm' }, { text: 'parts-per-billion (ppb)', value: 'conppb' }, - { text: 'nanogram per cubic metre (ng/m3)', value: 'conngm3' }, + { text: 'nanogram per cubic metre (ng/m³)', value: 'conngm3' }, { text: 'nanogram per normal cubic metre (ng/Nm³)', value: 'conngNm3' }, { text: 'microgram per cubic metre (μg/m³)', value: 'conμgm3' }, { text: 'microgram per normal cubic metre (μg/Nm³)', value: 'conμgNm3' },