From 9b1180f2609fb52421826f8b96cbf320c5bc3cd7 Mon Sep 17 00:00:00 2001 From: martines3000 Date: Wed, 15 Jan 2025 14:53:04 +0100 Subject: [PATCH] fix: correct credential offer button text --- .../StartFlowView/CredentialOfferView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dapp/src/components/EncryptedSessionDisplay/StartFlowView/CredentialOfferView.tsx b/packages/dapp/src/components/EncryptedSessionDisplay/StartFlowView/CredentialOfferView.tsx index 87542700a..7f7784178 100644 --- a/packages/dapp/src/components/EncryptedSessionDisplay/StartFlowView/CredentialOfferView.tsx +++ b/packages/dapp/src/components/EncryptedSessionDisplay/StartFlowView/CredentialOfferView.tsx @@ -118,7 +118,7 @@ export const CredentialOfferView = ({ {t('switch-to')} {request.type === 'polygonCredentialOffer' ? 'did:polygonid or did:iden3' - : 'did:key:jwk_jcs-pub'}{' '} + : 'did:key (EBSI)'}{' '} {t('to-continue')} )}