diff --git a/components/qrcode/qr-auth.jsx b/components/qrcode/qr-auth.jsx
index d2a5b71..fecec30 100644
--- a/components/qrcode/qr-auth.jsx
+++ b/components/qrcode/qr-auth.jsx
@@ -23,7 +23,7 @@ const QrCodeAuthentication = ({ proofTemplateId, title = '', qrText = '', qrText
<>
{(qrText !== null && qrText !== '') && (
)}
diff --git a/data/qrcode-text-data.js b/data/qrcode-text-data.js
index 9966d29..8d0a958 100644
--- a/data/qrcode-text-data.js
+++ b/data/qrcode-text-data.js
@@ -10,8 +10,8 @@ const qrCodeVerificationData = {
qrTextAfter: 'You will be required to provide a biometric on your mobile device in order to receive these credentials.'
},
URBAN_BANKBIO: {
- title: null,
- qrText: 'Automate approval by using your mobile banking app to complete this form with verified information. Approval guaranteed with a credit score over 600.',
+ title: 'Automate approval by using your mobile banking app to complete this form with verified information. Approval guaranteed with a credit score over 600.',
+ qrText: 'Scan the QR code below with your Quotient mobile banking app.',
qrTextAfter: null
},
URBAN_CREDITSCORE: {