Skip to content

Commit

Permalink
NP-48139 update nvi accordion title (#6704)
Browse files Browse the repository at this point in the history
* NP-48139 update nvi accordion title

* updated nvi status translation
  • Loading branch information
iBuzza authored Dec 9, 2024
1 parent 652efdb commit 3e20aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const NviCandidatesNavigationAccordion = () => {

return (
<NavigationListAccordion
title={t('common.nvi')}
title={t('tasks.nvi.nvi_control')}
startIcon={<AdjustIcon sx={{ bgcolor: 'nvi.main' }} />}
accordionPath={UrlPathTemplate.TasksNvi}
dataTestId={dataTestId.tasksPage.nviAccordion}>
Expand Down
3 changes: 2 additions & 1 deletion src/translations/nbTranslations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,7 @@
"next_candidate": "Gå til neste kandidat",
"no_nvi_candidates": "Ingen NVI-kandidater",
"note": "Kommentar",
"nvi_control": "NVI-kontroll (Norsk vitenskapsindeks)",
"previous_candidate": "Gå til forrige kandidat",
"publication_points": "Publiseringspoeng",
"reject_nvi_candidate": "Avvis resultat",
Expand All @@ -2091,7 +2092,7 @@
"Approved": "Godkjent",
"Dispute": "Tvist",
"New": "Kandidat",
"Pending": "Sjekkes",
"Pending": "Kontrolleres",
"Rejected": "Avvist"
},
"waiting_for_other_institutions": "Venter på andre institusjoner",
Expand Down

0 comments on commit 3e20aa8

Please sign in to comment.