Commit 2827a1fc6de2646c90e329bfe14cb715d81e2050

Authored by Erdogan Furkan
1 parent 91a44df3

Minor fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/PlotComponents/PlotPreviewUI.js
... ... @@ -214,7 +214,7 @@ Ext.define('amdaPlotComp.PlotPreviewUI', {
214 214 me.panelResultInstance.callInteractivePlot({ 'action': 'instant', 'interactiveId': me.panelResultInstance.interactiveId, 'panelId': me.panelId, 'time': newTime });
215 215 }
216 216 },
217   - '--',
  217 + '-',
218 218 {
219 219 xtype:'button',
220 220 text : 'Previous',
... ...