Skip to content

Commit

Permalink
[EASI-3544] - Updated job code access help text (#892)
Browse files Browse the repository at this point in the history
Updated job code access help text
  • Loading branch information
patrickseguraoddball authored Jan 10, 2024
1 parent 799b7ff commit 009ecb5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/i18n/en-US/helpAndKnowledge/Articles/getAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const getAccess = {
rowFour: {
role:
'Any other CMS contractors with an approved need for access to MINT',
jobCodeToRequest: 'MINT Contractor in <0>IDM</0>'
jobCodeToRequest: 'MINT_NON_CMS in <0>EUA</0>'
}
}
},
Expand All @@ -60,7 +60,7 @@ const getAccess = {
three:
'You’ll see a screen with all of your active job codes. Below the list, click the <0>Add a Job Code</0> button.',
four:
'Type the name of the job code into the search box (either <0>MINT_USER</0> or <0>MINT_CONTRACTOR_FFS</0> determined using the chart above) and click the <0>Search</0> button.',
'Type the name of the job code into the search box (either <0>MINT_USER</0>, <0>MINT_CONTRACTOR_FFS</0> or <0>MINT_NON_CMS</0> determined using the chart above) and click the <0>Search</0> button.',
five:
'Check the box next to the job code, then click the <0>Select</0> button.',
six:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,15 @@ exports[`Get Access Article > matches snapshot 1`] = `
<td
class="text-baseline"
>
MINT Contractor in
MINT_NON_CMS in
<a
aria-label="Open IDM in a new tab"
aria-label="Open EUA in a new tab"
class="usa-link usa-link--external"
href="https://home.idm.cms.gov/"
href="https://eua.cms.gov"
rel="noopener noreferrer"
target="_blank"
>
IDM
EUA
</a>
</td>
</tr>
Expand Down Expand Up @@ -398,11 +398,17 @@ exports[`Get Access Article > matches snapshot 1`] = `
>
MINT_USER
</span>
or
,
<span
class="text-bold text-italic"
>
MINT_CONTRACTOR_FFS
</span>
or
<span
class="text-bold text-italic"
>
MINT_NON_CMS
</span>
determined using the chart above) and click the
<span
Expand Down
5 changes: 2 additions & 3 deletions src/views/HelpAndKnowledge/Articles/GetAccess/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export const GetAccessContent = ({ help }: GetAccessContentProps) => {
<Trans i18nKey="getAccess:jobcodes.table.rowTwo.jobCodeToRequest">
<Link
aria-label="Open EUA in a new tab"
// href="https://home.idm.cms.gov/"
href="https://eua.cms.gov"
target="_blank"
rel="noopener noreferrer"
Expand Down Expand Up @@ -224,8 +223,8 @@ export const GetAccessContent = ({ help }: GetAccessContentProps) => {
<td className="text-baseline">
<Trans i18nKey="getAccess:jobcodes.table.rowFour.jobCodeToRequest">
<Link
aria-label="Open IDM in a new tab"
href="https://home.idm.cms.gov/"
aria-label="Open EUA in a new tab"
href="https://eua.cms.gov"
target="_blank"
rel="noopener noreferrer"
variant="external"
Expand Down

0 comments on commit 009ecb5

Please sign in to comment.