Skip to content

Commit

Permalink
feat: Change image for wallet credential
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Nov 16, 2023
1 parent 208bbaa commit 7debed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ extension CredentialSubjectTypeExtension on CredentialSubjectType {
case CredentialSubjectType.gender:
return 'Gender';
case CredentialSubjectType.walletCredential:
return 'Wallet Attestation';
return 'Wallet Credential';
case CredentialSubjectType.tezosAssociatedWallet:
return 'Tezos Associated Address';
case CredentialSubjectType.ethereumAssociatedWallet:
Expand Down

0 comments on commit 7debed9

Please sign in to comment.