@cryptotaxi247 / netdata-1 / commits / 064fc8c8b

Fixed misplaced commas (#8266)

Andrew Black committed Mar 3, 2020 at 20:05 UTC 064fc8c8bdfe5bf7993515b59d243507d792cb17
1 file changed +5 -5
web/gui/src/dashboard.js/main.js
+5 -5
@@ -2789,7 +2789,7 @@ let chartState = function (element) {
2789 hide: NETDATA.options.current.show_help_delay_hide_ms
2790 },
2791 title: 'Pan Right',
2792 - content: 'Pan the chart to the right. You can also <b>drag it</b> with your mouse or your finger (on touch devices).<br/><small>Help, can be disabled from the settings.</small>'
2792 + content: 'Pan the chart to the right. You can also <b>drag it</b> with your mouse or your finger (on touch devices).<br/><small>Help can be disabled from the settings.</small>'
2793 });
2794 }
2795
@@ -2815,7 +2815,7 @@ let chartState = function (element) {
2815 hide: NETDATA.options.current.show_help_delay_hide_ms
2816 },
2817 title: 'Chart Zoom In',
2818 - content: 'Zoom in the chart. You can also press SHIFT and select an area of the chart, or press SHIFT or ALT and use the mouse wheel or 2-finger touchpad scroll to zoom in or out.<br/><small>Help, can be disabled from the settings.</small>'
2818 + content: 'Zoom in the chart. You can also press SHIFT and select an area of the chart, or press SHIFT or ALT and use the mouse wheel or 2-finger touchpad scroll to zoom in or out.<br/><small>Help can be disabled from the settings.</small>'
2819 });
2820 }
2821
@@ -2842,7 +2842,7 @@ let chartState = function (element) {
2842 hide: NETDATA.options.current.show_help_delay_hide_ms
2843 },
2844 title: 'Chart Zoom Out',
2845 - content: 'Zoom out the chart. You can also press SHIFT or ALT and use the mouse wheel, or 2-finger touchpad scroll to zoom in or out.<br/><small>Help, can be disabled from the settings.</small>'
2845 + content: 'Zoom out the chart. You can also press SHIFT or ALT and use the mouse wheel, or 2-finger touchpad scroll to zoom in or out.<br/><small>Help can be disabled from the settings.</small>'
2846 });
2847 }
2848
@@ -2874,7 +2874,7 @@ let chartState = function (element) {
2874 hide: NETDATA.options.current.show_help_delay_hide_ms
2875 },
2876 title: 'Chart Resize',
2877 - content: 'Drag this point with your mouse or your finger (on touch devices), to resize the chart vertically. You can also <b>double click it</b> or <b>double tap it</b> to reset between 2 states: the default and the one that fits all the values.<br/><small>Help, can be disabled from the settings.</small>'
2877 + content: 'Drag this point with your mouse or your finger (on touch devices), to resize the chart vertically. You can also <b>double click it</b> or <b>double tap it</b> to reset between 2 states: the default and the one that fits all the values.<br/><small>Help can be disabled from the settings.</small>'
2878 });
2879 }
2880
@@ -2934,7 +2934,7 @@ let chartState = function (element) {
2934 show: NETDATA.options.current.show_help_delay_show_ms,
2935 hide: NETDATA.options.current.show_help_delay_hide_ms
2936 },
2937 - content: 'You can click or tap on the values or the labels to select dimensions. By pressing SHIFT or CONTROL, you can enable or disable multiple dimensions.<br/><small>Help, can be disabled from the settings.</small>'
2937 + content: 'You can click or tap on the values or the labels to select dimensions. By pressing SHIFT or CONTROL, you can enable or disable multiple dimensions.<br/><small>Help can be disabled from the settings.</small>'
2938 });
2939 }
2940 } else {