diff --git a/locales/en.json b/locales/en.json index a5de35783..ec55600ad 100644 --- a/locales/en.json +++ b/locales/en.json @@ -308,5 +308,6 @@ "vectorValues.unchanged": "Unchanged", "viewMoreAboutThisCve": "View more information about this CVE", "vulnerabilitiesHeader": "Vulnerabilities", + "vulnerabilitySystemsHeader": "Vulnerability systems", "yes": "Yes" } \ No newline at end of file diff --git a/src/Components/SmartComponents/SystemsPage/SystemsPage.js b/src/Components/SmartComponents/SystemsPage/SystemsPage.js index 105cdacc1..6d0df9e9d 100644 --- a/src/Components/SmartComponents/SystemsPage/SystemsPage.js +++ b/src/Components/SmartComponents/SystemsPage/SystemsPage.js @@ -78,7 +78,7 @@ const SystemsPage = () => { return ( -
+
{hasError diff --git a/src/Messages.js b/src/Messages.js index 44942051b..b773d4d64 100644 --- a/src/Messages.js +++ b/src/Messages.js @@ -169,9 +169,14 @@ export default defineMessages({ }, systemsHeader: { id: 'systemsHeader', - description: 'Used as the header in the system list page', + description: 'Used as the title in the system list page', defaultMessage: 'Systems' }, + vulnerabilitySystemsHeader: { + id: 'vulnerabilitySystemsHeader', + description: 'Used as the header in the system list page', + defaultMessage: 'Vulnerability systems' + }, selectNone: { id: 'selectNone', description: 'Dropdown item',