mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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
|
||||
.card
|
||||
.page-header.text-centered
|
||||
h2 Confirm password to continue
|
||||
h2 #{translate('confirm_password_to_continue')}
|
||||
div
|
||||
.container-fluid
|
||||
.row
|
||||
|
@ -42,4 +42,4 @@ block content
|
|||
.col-md-12
|
||||
p.text-centered
|
||||
small
|
||||
| We won't ask for your password again for a while.
|
||||
| #{translate('confirm_password_footer')}
|
||||
|
|
Loading…
Reference in a new issue