Fixed typo and removed trailing spaces.
This commit is contained in:
parent
c775463fd8
commit
fe67f33e42
2 changed files with 76 additions and 76 deletions
|
@ -179,7 +179,7 @@ do($ = window.jQuery, window) ->
|
|||
initialQueueDelay: 10000
|
||||
translations:
|
||||
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'
|
||||
'Offline': 'Offline'
|
||||
|
|
|
@ -453,7 +453,7 @@ var bind = function(fn, me){ return function(){ return fn.apply(me, arguments);
|
|||
|
||||
ZammadChat.prototype.translations = {
|
||||
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',
|
||||
'Offline': 'Offline',
|
||||
|
|
Loading…
Reference in a new issue