string change
This commit is contained in:
parent
b804a271e7
commit
f8baf2ebe7
1 changed files with 2 additions and 3 deletions
|
|
@ -95,13 +95,12 @@ export default Em.Component.extend({
|
||||||
{
|
{
|
||||||
element: Em.$('.settingsItem')[1],
|
element: Em.$('.settingsItem')[1],
|
||||||
intro: 'A few miscellaneous settings can be found here.<br><br>' +
|
intro: 'A few miscellaneous settings can be found here.<br><br>' +
|
||||||
'<b>WARNING</b>: clearing application settings will resto re the application to its original state. This will even delete your playlist and any saved song beat preferences.',
|
'<b>WARNING</b>: clearing application settings will restore the application to its original state. This will even delete your playlist and any saved song beat preferences.',
|
||||||
position: 'left'
|
position: 'left'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: '#dimmer',
|
element: '#dimmer',
|
||||||
intro: 'And that\'s it...Feel free to reach out to me through the link at the bottom of the page.<br>' +
|
intro: 'And that\'s it...Hope you enjoy the application. ;)<br><br>' +
|
||||||
'Hope you enjoy the application. ;)<br><br>' +
|
|
||||||
'<i><b>TIP</b>: click on the icon to switch to a darker theme.</i>',
|
'<i><b>TIP</b>: click on the icon to switch to a darker theme.</i>',
|
||||||
position: 'top'
|
position: 'top'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue