From 9df855919670de0c7bf9f8136d79b6db848ba7ad Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Fri, 20 Sep 2024 12:43:09 +0100 Subject: [PATCH] feat: Update wording for EBSI v3 #2896 --- 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 21f239a49..ae0373a3f 100644 --- a/lib/app/shared/enum/type/profile/profile_type.dart +++ b/lib/app/shared/enum/type/profile/profile_type.dart @@ -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: