mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 14:43:31 +00:00
resolve conflict with main branch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<bit-dialog #dialog [loading]="loading" dialogSize="large" background="alt">
|
||||
<span bitDialogTitle>{{ "import" | i18n }}</span>
|
||||
<span bitDialogTitle>{{ "importNoun" | i18n }}</span>
|
||||
<ng-container bitDialogContent>
|
||||
<tools-import
|
||||
(formLoading)="this.loading = $event"
|
||||
@@ -19,7 +19,7 @@
|
||||
bitFormButton
|
||||
buttonType="primary"
|
||||
>
|
||||
{{ "import" | i18n }}
|
||||
{{ "importVerb" | i18n }}
|
||||
</button>
|
||||
<button type="button" bitButton bitFormButton buttonType="secondary" bitDialogClose>
|
||||
{{ "cancel" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user