Move out pad.modals.reconnecttimer trailing space

This commit is contained in:
Richard Hansen 2020-10-19 12:47:08 -04:00 committed by John McLear
parent 734fe9c297
commit 2379ade7e9
2 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@ var createCountDownElementsIfNecessary = function($modal) {
$('<span>')
.attr('data-l10n-id', 'pad.modals.reconnecttimer')
.text('Trying to reconnect in'))
.append(' ')
.append(
$('<span>')
.addClass('timetoexpire'));