String changes

This commit is contained in:
Egor Philippov 2016-01-12 14:59:28 -08:00
parent 7a5dc8c32c
commit 04165f78f7
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ export default Em.Component.extend({
intro.setOptions({
steps: [
{
intro: 'Welcome! This short wizard will introduce you to Huegasm.'
intro: 'Welcome! This short tutorial will introduce you to Huegasm.'
},
{
element: '#musicTab',

View file

@ -21,8 +21,8 @@
<ul id="appSettings" class="dropdown-menu">
<li {{action "clearBridge"}}><a href="#">Switch bridge</a></li>
<li {{action "startIntro"}}><a href="#">Replay intro</a></li>
<li {{action "clearAllSettings"}}><a href="#">Clear application settings</a></li>
<li {{action "startIntro"}}><a href="#">Restart tutorial</a></li>
<li {{action "clearAllSettings"}}><a href="#">Reset settings</a></li>
</ul>
</div>
</div>