Skip to content

Commit

Permalink
Merge #25112
Browse files Browse the repository at this point in the history
25112: ui: fix typo in node map onboarding screen r=vilterp a=vilterp

Fixes #25096

Before;
![image](https://user-images.githubusercontent.com/7341/39328525-9e1b070c-4969-11e8-9a94-c8da59cd0069.png)

After:
![image](https://user-images.githubusercontent.com/7341/39328511-94bb181e-4969-11e8-99ea-2d7b74dd0670.png)

Release note (admin ui change): fix typo in node map onboarding screen

Co-authored-by: Pete Vilter <[email protected]>
  • Loading branch information
craig[bot] and Pete Vilter committed Jul 3, 2018
2 parents 826f3fb + da3f68c commit c071d5a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default class NeedEnterpriseLicense extends React.Component<NodeCanvasCon
Activate the trial license with two simple SQL commands.
</Step>
<Step num={3} img={step3Img}>
Refer this <a href={docsURL.enableNodeMap}>configuration guide</a> to configure the Node Map.
Follow <a href={docsURL.enableNodeMap}>this guide</a> to configure localities
and locations.
</Step>
</div>
</section>
Expand Down

0 comments on commit c071d5a

Please sign in to comment.