From 77a1fedd585151241732773abc7ae28bb054e5f2 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 19 Nov 2015 09:01:01 +0100 Subject: [PATCH] Added missing translation. --- app/assets/javascripts/app/controllers/chat.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/chat.coffee b/app/assets/javascripts/app/controllers/chat.coffee index 80815b094..97c2ae17b 100644 --- a/app/assets/javascripts/app/controllers/chat.coffee +++ b/app/assets/javascripts/app/controllers/chat.coffee @@ -401,7 +401,7 @@ class chatWindow extends App.Controller timestamp = Date.now() if !@lastTimestamp or timestamp - @lastTimestamp > @showTimeEveryXMinutes * 60000 - label = 'Today' + label = App.i18n.translateContent('today') time = new Date().toTimeString().substr(0,5) if @lastAddedType is 'timestamp' # update last time