Skip to content

Commit

Permalink
feat: Update wording for EBSI v3 #2896
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 20, 2024
1 parent fbb0235 commit 9df8559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/shared/enum/type/profile/profile_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension ProfileTypeX on ProfileType {
case ProfileType.custom:
return 'Custom';
case ProfileType.ebsiV3:
return 'European Blockchain Services Infrastructure';
return 'European Blockchain Services Infrastructure (EBSI v3.x)';
case ProfileType.diipv2point1:
return 'Decentralized Identity Interop Profile (DIIP v2.1)';
case ProfileType.enterprise:
Expand Down

0 comments on commit 9df8559

Please sign in to comment.