Localization: Supply the display name to the localization key for the alt and title attributes of the 2FA QR code image (#20770)

Simple fix to supply the display name to the localization key for the 2FA QR Code Image
This commit is contained in:
Warren Buckley
2025-11-09 12:41:41 +00:00
committed by GitHub
parent ca08652a60
commit aae316e17e

View File

@@ -101,8 +101,8 @@ export class UmbMfaProviderDefaultElement extends UmbLitElement implements UmbMf
<img
id="qrCode"
.src=${this._qrCodeSetupImageUrl}
alt=${this.localize.term('user_2faQrCodeAlt')}
title=${this.localize.term('user_2faQrCodeTitle')}
alt=${this.localize.term('user_2faQrCodeAlt', this.displayName)}
title=${this.localize.term('user_2faQrCodeTitle', this.displayName)}
loading="eager" />
</div>
<uui-form-layout-item class="text-center">