Commit 785a1d7e authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix Bug 34097.

parent 606f67ea
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="content-block-title"><%= scope.textTickOptions %>Tick Options</div> <div class="content-block-title"><%= scope.textTickOptions %></div>
<div class="list-block"> <div class="list-block">
<ul> <ul>
<li> <li>
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
<select name="vertical-axis-tick-minor"></select> <select name="vertical-axis-tick-minor"></select>
<div class="item-content"> <div class="item-content">
<div class="item-inner"> <div class="item-inner">
<div class="item-title"><%= scope.textMajorType %></div> <div class="item-title"><%= scope.textMinorType %></div>
<div class="item-after"><%= scope.textNone %></div> <div class="item-after"><%= scope.textNone %></div>
</div> </div>
</div> </div>
...@@ -596,7 +596,7 @@ ...@@ -596,7 +596,7 @@
<select name="horizontal-axis-tick-minor"></select> <select name="horizontal-axis-tick-minor"></select>
<div class="item-content"> <div class="item-content">
<div class="item-inner"> <div class="item-inner">
<div class="item-title"><%= scope.textMajorType %></div> <div class="item-title"><%= scope.textMinorType %></div>
<div class="item-after"><%= scope.textNone %></div> <div class="item-after"><%= scope.textNone %></div>
</div> </div>
</div> </div>
......
...@@ -259,6 +259,7 @@ define([ ...@@ -259,6 +259,7 @@ define([
textValReverseOrder: 'Values in Reverse Order', textValReverseOrder: 'Values in Reverse Order',
textTickOptions: 'Tick Options', textTickOptions: 'Tick Options',
textMajorType: 'Major Type', textMajorType: 'Major Type',
textMinorType: 'Minor Type',
textLabelOptions: 'Label Options', textLabelOptions: 'Label Options',
textLabelPos: 'Label Position', textLabelPos: 'Label Position',
textAxisPosition: 'Axis Position', textAxisPosition: 'Axis Position',
......
...@@ -326,6 +326,7 @@ ...@@ -326,6 +326,7 @@
"SSE.Views.EditChart.textMajorType": "Major Type", "SSE.Views.EditChart.textMajorType": "Major Type",
"SSE.Views.EditChart.textMaxValue": "Maximum Value", "SSE.Views.EditChart.textMaxValue": "Maximum Value",
"SSE.Views.EditChart.textMinor": "Minor", "SSE.Views.EditChart.textMinor": "Minor",
"SSE.Views.EditChart.textMinorType": "Minor Type",
"SSE.Views.EditChart.textMinValue": "Minimum Value", "SSE.Views.EditChart.textMinValue": "Minimum Value",
"SSE.Views.EditChart.textNone": "None", "SSE.Views.EditChart.textNone": "None",
"SSE.Views.EditChart.textNoOverlay": "No Overlay", "SSE.Views.EditChart.textNoOverlay": "No Overlay",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment