From 84fcb5ef529eeb7e203e2ae278efc6a7efaef9a2 Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Tue, 31 Jul 2012 16:00:42 -0400 Subject: [PATCH] change watch to follow in front end --- lms/static/coffee/src/discussion.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/coffee/src/discussion.coffee b/lms/static/coffee/src/discussion.coffee index 09cd7d0643..fc6ca053e9 100644 --- a/lms/static/coffee/src/discussion.coffee +++ b/lms/static/coffee/src/discussion.coffee @@ -50,7 +50,7 @@ Discussion = {{#showWatchCheckbox}} - + {{/showWatchCheckbox}}
Submit @@ -204,10 +204,10 @@ Discussion = , 'json' if id in $$user_info.subscribed_thread_ids - unwatchThread = generateDiscussionLink("discussion-unwatch-thread", "Unwatch", handleUnwatchThread) + unwatchThread = generateDiscussionLink("discussion-unwatch-thread", "Unfollow", handleUnwatchThread) $local(".info").append(unwatchThread) else - watchThread = generateDiscussionLink("discussion-watch-thread", "Watch", handleWatchThread) + watchThread = generateDiscussionLink("discussion-watch-thread", "Follow", handleWatchThread) $local(".info").append(watchThread) $local = generateLocal(discussion)