mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix typo
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
<!-----------------------------------
|
<!-----------------------------------
|
||||||
UI STATE 2: Master Password Entry
|
UI STATE 2: Master Password Entry
|
||||||
------------------------------------>
|
------------------------------------>
|
||||||
<ng-container *ngIf="validateEmail">
|
<ng-container *ngIf="validatedEmail">
|
||||||
<div class="tw-mb-6 tw-h-28">
|
<div class="tw-mb-6 tw-h-28">
|
||||||
<bit-form-field class="!tw-mb-1">
|
<bit-form-field class="!tw-mb-1">
|
||||||
<bit-label>{{ "masterPass" | i18n }}</bit-label>
|
<bit-label>{{ "masterPass" | i18n }}</bit-label>
|
||||||
|
|||||||
Reference in New Issue
Block a user