Skip to content

Commit

Permalink
Update from 4.x to 4.0 #2898
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 30, 2024
1 parent ce10435 commit 02a1e0e
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 @@ -16,7 +16,7 @@ extension ProfileTypeX on ProfileType {
case ProfileType.ebsiV3:
return 'European Blockchain Services Infrastructure (EBSI v3.x)';
case ProfileType.ebsiV4:
return 'European Blockchain Services Infrastructure (EBSI v4.x)';
return 'European Blockchain Services Infrastructure (EBSI v4.0)';
case ProfileType.diipv2point1:
return 'Decentralized Identity Interop Profile (DIIP v2.1)';
case ProfileType.enterprise:
Expand Down

0 comments on commit 02a1e0e

Please sign in to comment.