mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 00:26:49 +00:00
Merge pull request #2133 from overleaf/hb-fix-lost-connection-typo
Adding space in reconnection error GitOrigin-RevId: 76ec0e999fafcddc47301e1f39a2d63db1a12eae
This commit is contained in:
parent
a319073a08
commit
911a2ded4d
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ block content
|
|||
span.loading-screen-ellip .
|
||||
span.loading-screen-ellip .
|
||||
span.loading-screen-ellip .
|
||||
p.loading-screen-error(ng-if="state.error").ng-cloak
|
||||
p.loading-screen-error(ng-if="state.error").ng-cloak
|
||||
span(ng-bind-html="state.error")
|
||||
|
||||
.global-alerts(ng-cloak)
|
||||
|
@ -28,7 +28,7 @@ block content
|
|||
|
||||
.alert.alert-warning.small(ng-if="connection.reconnection_countdown")
|
||||
strong #{translate("lost_connection")}.
|
||||
| #{translate("reconnecting_in_x_secs", {seconds:"{{ connection.reconnection_countdown }}"})}.
|
||||
| #{translate("reconnecting_in_x_secs", {seconds:"{{ connection.reconnection_countdown }}"})}.
|
||||
a#try-reconnect-now-button.alert-link-as-btn.pull-right(href, ng-click="tryReconnectNow()") #{translate("try_now")}
|
||||
|
||||
.alert.alert-warning.small(ng-if="connection.reconnecting")
|
||||
|
@ -90,7 +90,7 @@ block content
|
|||
|
||||
.ui-layout-east
|
||||
include ./editor/chat
|
||||
|
||||
|
||||
include ./editor/hotkeys
|
||||
|
||||
script(type="text/ng-template", id="genericMessageModalTemplate")
|
||||
|
|
Loading…
Add table
Reference in a new issue