From 952b84a011c0013b5a064fb055cab99feb0c34a7 Mon Sep 17 00:00:00 2001 From: Nick Krantz <125900171+nick-livefront@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:46:18 -0500 Subject: [PATCH] add missing label/title for importing SSH Key (#15516) --- .../components/sshkey-section/sshkey-section.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html b/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html index b919ed69f0d..de528267db0 100644 --- a/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html +++ b/libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.html @@ -21,6 +21,7 @@ bitSuffix data-testid="import-privateKey" *ngIf="showImport" + appA11yTitle="{{ 'importSshKeyFromClipboard' | i18n }}" (click)="importSshKeyFromClipboard()" >