mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Move out pad.modals.reconnecttimer trailing space
This commit is contained in:
parent
734fe9c297
commit
2379ade7e9
2 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,8 @@ var createCountDownElementsIfNecessary = function($modal) {
|
|||
.append(
|
||||
$('<span>')
|
||||
.attr('data-l10n-id', 'pad.modals.reconnecttimer')
|
||||
.text('Trying to reconnect in '))
|
||||
.text('Trying to reconnect in'))
|
||||
.append(' ')
|
||||
.append(
|
||||
$('<span>')
|
||||
.addClass('timetoexpire'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue