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
|
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'
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue