From 02a1e0e602717258f33e5c65a3f940fced936858 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Mon, 30 Sep 2024 11:07:03 +0100 Subject: [PATCH] Update from 4.x to 4.0 #2898 --- lib/app/shared/enum/type/profile/profile_type.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/shared/enum/type/profile/profile_type.dart b/lib/app/shared/enum/type/profile/profile_type.dart index 0edf79370..2921a27df 100644 --- a/lib/app/shared/enum/type/profile/profile_type.dart +++ b/lib/app/shared/enum/type/profile/profile_type.dart @@ -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: