Skip to content

Commit

Permalink
fix: correct credential offer button text
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jan 15, 2025
1 parent 413bc9c commit 9b1180f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
</div>
)}
Expand Down

0 comments on commit 9b1180f

Please sign in to comment.