From 63e97eb59ac705fc56764f0f00e5e38cb56b157e Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:44:34 +0800 Subject: [PATCH] fix claim type seed menu name --- .../LINGYUN/Platform/PlatformDataSeedContributor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/PlatformDataSeedContributor.cs b/aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/PlatformDataSeedContributor.cs index c34500e6e..a8025340b 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/PlatformDataSeedContributor.cs +++ b/aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/PlatformDataSeedContributor.cs @@ -281,9 +281,9 @@ namespace LINGYUN.Platform "claim-type", CodeNumberGenerator.AppendCode(adminMenu.Code, CodeNumberGenerator.CreateCode(4)), "views/admin/claim-type/index.vue", - "Manage Organization Units", + "Manage Claim Types", "", - "Manage Organization Units", + "Manage Claim Types", adminMenu.Id, layout.TenantId, new Dictionary()