Added missing translation.
This commit is contained in:
parent
5127b99ad5
commit
77a1fedd58
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ class chatWindow extends App.Controller
|
||||||
timestamp = Date.now()
|
timestamp = Date.now()
|
||||||
|
|
||||||
if !@lastTimestamp or timestamp - @lastTimestamp > @showTimeEveryXMinutes * 60000
|
if !@lastTimestamp or timestamp - @lastTimestamp > @showTimeEveryXMinutes * 60000
|
||||||
label = 'Today'
|
label = App.i18n.translateContent('today')
|
||||||
time = new Date().toTimeString().substr(0,5)
|
time = new Date().toTimeString().substr(0,5)
|
||||||
if @lastAddedType is 'timestamp'
|
if @lastAddedType is 'timestamp'
|
||||||
# update last time
|
# update last time
|
||||||
|
|
Loading…
Reference in a new issue