From 0b3e33e2265fb686080c3b2f18ee2ddb11f3d77f Mon Sep 17 00:00:00 2001 From: Greg Look Date: Wed, 14 Oct 2015 15:40:04 -0700 Subject: [PATCH] Shorten percent unit labels. --- public/app/components/kbn.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/app/components/kbn.js b/public/app/components/kbn.js index 9c9b337f1b3..e0aa81dc485 100644 --- a/public/app/components/kbn.js +++ b/public/app/components/kbn.js @@ -462,13 +462,13 @@ function($, _) { { text: 'none', submenu: [ - {text: 'none' , value: 'none' }, - {text: 'short', value: 'short' }, - {text: 'scaled percentage (0-100)', value: 'percent' }, - {text: 'unit percentage (0.0-1.0)', value: 'percentunit'}, - {text: 'Humidity (%H)', value: 'humidity' }, - {text: 'ppm', value: 'ppm' }, - {text: 'decibel', value: 'dB' }, + {text: 'none' , value: 'none' }, + {text: 'short', value: 'short' }, + {text: 'percent (0-100)', value: 'percent' }, + {text: 'percent (0.0-1.0)', value: 'percentunit'}, + {text: 'Humidity (%H)', value: 'humidity' }, + {text: 'ppm', value: 'ppm' }, + {text: 'decibel', value: 'dB' }, ] }, {