Fixed typo and removed trailing spaces.

This commit is contained in:
Thorsten Eckel 2016-01-20 19:09:53 +01:00
parent c775463fd8
commit fe67f33e42
2 changed files with 76 additions and 76 deletions

View file

@ -179,7 +179,7 @@ do($ = window.jQuery, window) ->
initialQueueDelay: 10000 initialQueueDelay: 10000
translations: translations:
de: de:
'<strong>Chat</strong> with us!': '<strong>Chat</strong> mit uns!' '<strong>Chat</strong> with us!': '<strong>Chatte</strong> mit uns!'
'Online': 'Online' 'Online': 'Online'
'Online': 'Online' 'Online': 'Online'
'Offline': 'Offline' 'Offline': 'Offline'

View file

@ -453,7 +453,7 @@ var bind = function(fn, me){ return function(){ return fn.apply(me, arguments);
ZammadChat.prototype.translations = { ZammadChat.prototype.translations = {
de: { de: {
'<strong>Chat</strong> with us!': '<strong>Chat</strong> mit uns!', '<strong>Chat</strong> with us!': '<strong>Chatte</strong> mit uns!',
'Online': 'Online', 'Online': 'Online',
'Online': 'Online', 'Online': 'Online',
'Offline': 'Offline', 'Offline': 'Offline',