1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

add missing label/title for importing SSH Key (#15516)

This commit is contained in:
Nick Krantz
2025-07-10 09:46:18 -05:00
committed by GitHub
parent a53b1e9ffb
commit 952b84a011

View File

@@ -21,6 +21,7 @@
bitSuffix
data-testid="import-privateKey"
*ngIf="showImport"
appA11yTitle="{{ 'importSshKeyFromClipboard' | i18n }}"
(click)="importSshKeyFromClipboard()"
></button>
</bit-form-field>