From f8f22cdef7d3576ada10b7034a3cd5c3c82dab9a Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 19 Mar 2013 00:25:03 +0100 Subject: [PATCH] Description typo --- couchpotato/static/scripts/page/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/scripts/page/home.js b/couchpotato/static/scripts/page/home.js index e3c1ae09..c1e91162 100644 --- a/couchpotato/static/scripts/page/home.js +++ b/couchpotato/static/scripts/page/home.js @@ -37,7 +37,7 @@ Page.Home = new Class({ 'identifier': 'soon', 'limit': 18, 'title': 'Available soon', - 'description': 'These are being searches for and should be available soon as they will be released on DVD in the next few weeks.', + 'description': 'These are being searched for and should be available soon as they will be released on DVD in the next few weeks.', 'on_empty_element': new Element('div').adopt( new Element('h1', {'text': 'Available soon'}), new Element('span', {'text': 'There are no movies available soon. Add some movies, so you have something to watch later.'})