mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
add missing label/title for importing SSH Key (#15516)
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
bitSuffix
|
bitSuffix
|
||||||
data-testid="import-privateKey"
|
data-testid="import-privateKey"
|
||||||
*ngIf="showImport"
|
*ngIf="showImport"
|
||||||
|
appA11yTitle="{{ 'importSshKeyFromClipboard' | i18n }}"
|
||||||
(click)="importSshKeyFromClipboard()"
|
(click)="importSshKeyFromClipboard()"
|
||||||
></button>
|
></button>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user