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) ->