Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(EMS-3703): eligibility - Member of a group - Wording fix #2869

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ export const PARTY_TO_CONSORTIUM = {

export const MEMBER_OF_A_GROUP = {
PAGE_TITLE:
'Are you are a member of a group of which another member has, or is intended to have, a material part in negotiating or obtaining the export contract(s)?',
'Are you a member of a group of which another member has, or is intended to have, a material part in negotiating or obtaining the export contract(s)?',
};
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const PARTY_TO_CONSORTIUM = {

const MEMBER_OF_A_GROUP = {
PAGE_TITLE:
'Are you are a member of a group of which another member has, or is intended to have, a material part in negotiating or obtaining the export contract(s)?',
'Are you a member of a group of which another member has, or is intended to have, a material part in negotiating or obtaining the export contract(s)?',
};

export default {
Expand Down
Loading