From b48456583f6b02fe3ca7fe09964c386c4662e991 Mon Sep 17 00:00:00 2001 From: Wil Wade Date: Thu, 2 Oct 2014 09:41:03 -0400 Subject: [PATCH] Corrected spelling and grammar typos --- app/coffee/modules/auth.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/auth.coffee b/app/coffee/modules/auth.coffee index 390af4eb..da5d5e28 100644 --- a/app/coffee/modules/auth.coffee +++ b/app/coffee/modules/auth.coffee @@ -221,7 +221,7 @@ RegisterDirective = ($auth, $confirm, $location, $navUrls, $config) -> form = $el.find("form").checksley() onSuccessSubmit = (response) -> - $confirm.notify("success", "Our Oompa Loompas are happy, Welcome to Taiga.") #TODO: i18n + $confirm.notify("success", "Our Oompa Loompas are happy, welcome to Taiga.") #TODO: i18n $location.path($navUrls.resolve("home")) onErrorSubmit = (response) ->