Merge pull request #2024 from cyriac/patch-1

Fixed stage label typo error on sankey and sunburst-sequence editors
This commit is contained in:
Arik Fraimovich 2017-10-15 22:51:57 +03:00 committed by GitHub
commit ee9bbbaa7c
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<ul>
<li><strong>stage1</strong> - stage 1 value</li>
<li><strong>stage1</strong> - stage 2 value (or null)</li>
<li><strong>stage2</strong> - stage 2 value (or null)</li>
<li><strong>stage3</strong> - stage 3 value (or null)</li>
<li><strong>stage4</strong> - stage 4 value (or null)</li>
<li><strong>stage5</strong> - stage 5 value (or null)</li>

View File

@ -20,7 +20,7 @@
<strong>Option 2:</strong>
<ul>
<li><strong>stage1</strong> - stage 1 value</li>
<li><strong>stage1</strong> - stage 2 value (or null)</li>
<li><strong>stage2</strong> - stage 2 value (or null)</li>
<li><strong>stage3</strong> - stage 3 value (or null)</li>
<li><strong>stage4</strong> - stage 4 value (or null)</li>
<li><strong>stage5</strong> - stage 5 value (or null)</li>