mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use translations for sudo-mode prompt
This commit is contained in:
parent
1f7724be68
commit
1d7d0193fc
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ block content
|
||||||
.col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3
|
.col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3
|
||||||
.card
|
.card
|
||||||
.page-header.text-centered
|
.page-header.text-centered
|
||||||
h2 Confirm password to continue
|
h2 #{translate('confirm_password_to_continue')}
|
||||||
div
|
div
|
||||||
.container-fluid
|
.container-fluid
|
||||||
.row
|
.row
|
||||||
|
@ -42,4 +42,4 @@ block content
|
||||||
.col-md-12
|
.col-md-12
|
||||||
p.text-centered
|
p.text-centered
|
||||||
small
|
small
|
||||||
| We won't ask for your password again for a while.
|
| #{translate('confirm_password_footer')}
|
||||||
|
|
Loading…
Reference in a new issue