From f1d87db23eda96ea32c8c00538a53ae40632485e Mon Sep 17 00:00:00 2001 From: "Dhirender Singh (Cofinity-X)" <144212607+dhiren-singh-007@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:40:39 +0200 Subject: [PATCH] fix(registration): solve typos (#883) --- .../Seeder/Data/company_role_descriptions.json | 2 +- .../PortalBackend.DBAccess.Tests/CompanyRepositoryTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/portalbackend/PortalBackend.Migrations/Seeder/Data/company_role_descriptions.json b/src/portalbackend/PortalBackend.Migrations/Seeder/Data/company_role_descriptions.json index a6a013e70e..7febfe276f 100644 --- a/src/portalbackend/PortalBackend.Migrations/Seeder/Data/company_role_descriptions.json +++ b/src/portalbackend/PortalBackend.Migrations/Seeder/Data/company_role_descriptions.json @@ -7,7 +7,7 @@ { "company_role_id": 1, "language_short_name": "en", - "description": "The participant role is covering the data provider, data consumer or app user scenario. As participant you are an active member of the network with enabled services to particiapte as contributer and user." + "description": "The participant role is covering the data provider, data consumer or app user scenario. As participant you are an active member of the network with enabled services to participate as contributor and user." }, { "company_role_id": 2, diff --git a/tests/portalbackend/PortalBackend.DBAccess.Tests/CompanyRepositoryTests.cs b/tests/portalbackend/PortalBackend.DBAccess.Tests/CompanyRepositoryTests.cs index 113c456f82..7dcc7df00e 100644 --- a/tests/portalbackend/PortalBackend.DBAccess.Tests/CompanyRepositoryTests.cs +++ b/tests/portalbackend/PortalBackend.DBAccess.Tests/CompanyRepositoryTests.cs @@ -553,7 +553,7 @@ public async Task GetCompanyRoleAndConsentAgreementDetailsAsync_ReturnsExpected( { var (sut, _) = await CreateSut(); var companyId = new Guid("3390c2d7-75c1-4169-aa27-6ce00e1f3cdd"); - var activeDescription = "The participant role is covering the data provider, data consumer or app user scenario. As participant you are an active member of the network with enabled services to particiapte as contributer and user."; + var activeDescription = "The participant role is covering the data provider, data consumer or app user scenario. As participant you are an active member of the network with enabled services to participate as contributor and user."; var serviceDscription = "The Service Provider is able to offer 3rd party services, such as dataspace service offerings to Catena-X Members. Catena-X members can subscribe for those services."; var appDescription = "The App Provider is a company which is providing application software via the CX marketplace. As app provider you can participate and use the developer hub, release and offer applications to the network and manage your applications."; var onboardingServiceProviderDescription = "The Onboarding service provider is a Catena-X certified role which enables the company to act as onboarding provider inside the network.";