Move out pad.modals.reconnecttimer trailing space
parent
734fe9c297
commit
2379ade7e9
|
@ -90,7 +90,7 @@
|
|||
"pad.modals.connected": "Connected.",
|
||||
"pad.modals.reconnecting": "Reconnecting to your pad..",
|
||||
"pad.modals.forcereconnect": "Force reconnect",
|
||||
"pad.modals.reconnecttimer": "Trying to reconnect in ",
|
||||
"pad.modals.reconnecttimer": "Trying to reconnect in",
|
||||
"pad.modals.cancel": "Cancel",
|
||||
|
||||
"pad.modals.userdup": "Opened in another window",
|
||||
|
|
|
@ -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…
Reference in New Issue