mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-04 18:37:45 +01:00
more form fixes
This commit is contained in:
parent
df9282e759
commit
19d835c793
@ -1,4 +1,4 @@
|
||||
<form (ngSubmit)="submit()" class="container">
|
||||
<form (ngSubmit)="submit()" class="container" ngNativeValidate>
|
||||
<div class="row justify-content-md-center mt-5">
|
||||
<div class="col-5">
|
||||
<p class="text-center mb-4">
|
||||
|
@ -17,7 +17,7 @@
|
||||
<div class="modal-footer">
|
||||
<button appBlurClick type="submit" class="btn btn-danger btn-submit" [disabled]="form.loading">
|
||||
<i class="fa fa-spinner fa-spin"></i>
|
||||
<span>{{'deauthorize' | i18n}}</span>
|
||||
<span>{{'deauthorizeSessions' | i18n}}</span>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">{{'close' | i18n}}</button>
|
||||
</div>
|
||||
|
@ -861,9 +861,6 @@
|
||||
"deauthorizeSessions": {
|
||||
"message": "Deauthorize Sessions"
|
||||
},
|
||||
"deauthorize": {
|
||||
"message": "Deauthorize"
|
||||
},
|
||||
"deauthorizeSessionsDesc": {
|
||||
"message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public PC or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user