Skip to content

Commit

Permalink
👻 Update nav item and table header for assessment settings
Browse files Browse the repository at this point in the history
Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 committed Oct 2, 2023
1 parent b5f715b commit 7c12223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
"artifactAssociated": "Associated artifact",
"artifactNotAssociated": "No associated artifact",
"assessment": "Assessment",
"assessmentQuestionnaires": "Assessment questionnaires",
"assessmentNotes": "Assessment notes",
"assessmentSummary": "Assessment summary",
"autoTagging": "Automated Tagging",
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/layout/SidebarApp/SidebarApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const SidebarApp: React.FC = () => {
) : null}
<NavItem>
<NavLink to={Paths.assessment} activeClassName="pf-m-current">
Assessment
{t("terms.assessmentQuestionnaires")}
</NavLink>
</NavItem>
</NavList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const AssessmentSettings: React.FC = () => {
<>
<PageSection variant={PageSectionVariants.light}>
<TextContent>
<Text component="h1">{t("terms.assessment")}</Text>
<Text component="h1">{t("terms.assessmentQuestionnaires")}</Text>
</TextContent>
</PageSection>
<PageSection>
Expand Down

0 comments on commit 7c12223

Please sign in to comment.