Skip to content

Commit

Permalink
fix(registration): solve typos (eclipse-tractusx#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiren-singh-007 authored Jul 29, 2024
1 parent 237ef9b commit f1d87db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit f1d87db

Please sign in to comment.