Skip to content

Commit

Permalink
Added t9n on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alesvaupotic committed Jun 5, 2014
1 parent 5e8aaea commit 3af877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/forgotPassword/forgotPassword.coffee
@@ -1,5 +1,5 @@
Template.entryForgotPassword.helpers
error: -> Session.get('entryError')
error: -> t9n(Session.get('entryError'))

logo: ->
AccountsEntry.settings.logo
Expand Down

0 comments on commit 3af877b

Please sign in to comment.