From 3458923625182795094e9621522c8d3aa71d5fec Mon Sep 17 00:00:00 2001 From: David Walsh Date: Mon, 30 Jan 2023 12:26:39 -0600 Subject: [PATCH] Update ui/pages/send/send-content/add-recipient/domain-input.component.js Co-authored-by: George Marshall --- .../send/send-content/add-recipient/domain-input.component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pages/send/send-content/add-recipient/domain-input.component.js b/ui/pages/send/send-content/add-recipient/domain-input.component.js index e0a2ab25c80c..ea03dd4be180 100644 --- a/ui/pages/send/send-content/add-recipient/domain-input.component.js +++ b/ui/pages/send/send-content/add-recipient/domain-input.component.js @@ -164,7 +164,7 @@ export default class DomainInput extends Component { iconName={ userInput ? ICON_NAMES.CLOSE : ICON_NAMES.SCAN_BARCODE } - title={t(userInput ? 'close' : 'scanQrCode')} + ariaLabel={t(userInput ? 'close' : 'scanQrCode')} color={userInput ? COLORS.ICON_DEFAULT : COLORS.PRIMARY_DEFAULT} />