From 6458c6eba446432d12412981157d43cc385588a4 Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 27 Jan 2016 01:00:15 -0800 Subject: [PATCH] string change --- app/pods/components/hue-controls/component.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/pods/components/hue-controls/component.js b/app/pods/components/hue-controls/component.js index 7128933..0138ca7 100644 --- a/app/pods/components/hue-controls/component.js +++ b/app/pods/components/hue-controls/component.js @@ -95,13 +95,12 @@ export default Em.Component.extend({ { element: Em.$('.settingsItem')[1], intro: 'A few miscellaneous settings can be found here.

' + - 'WARNING: clearing application settings will resto re the application to its original state. This will even delete your playlist and any saved song beat preferences.', + 'WARNING: 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' }, { element: '#dimmer', - intro: 'And that\'s it...Feel free to reach out to me through the link at the bottom of the page.
' + - 'Hope you enjoy the application. ;)

' + + intro: 'And that\'s it...Hope you enjoy the application. ;)

' + 'TIP: click on the icon to switch to a darker theme.', position: 'top' }