diff --git a/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/i18n.json b/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/i18n.json index 7d212f953..c586b2b36 100644 --- a/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/i18n.json +++ b/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/i18n.json @@ -2,6 +2,6 @@ "namespace": "CountryNSDirectory", "strings": { "countryNSDirectoryTitle": "NS Directory", - "countryNSDirectorySource": "Source: {sourceLink}" + "countryNSDirectorySource": "Source" } } diff --git a/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/index.tsx b/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/index.tsx index 8506bf700..ffaf59358 100644 --- a/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/index.tsx +++ b/src/views/CountryNsOverviewContextAndStructure/NationalSocietyDirectory/index.tsx @@ -5,7 +5,6 @@ import TextOutput from '#components/TextOutput'; import Link from '#components/Link'; import useTranslation from '#hooks/useTranslation'; import { type CountryOutletContext } from '#utils/outletContext'; -import { resolveToString } from '#utils/translation'; import styles from './styles.module.css'; import i18n from './i18n.json'; @@ -33,17 +32,19 @@ function NationalSocietyDirectory() { ))}
- - {resolveToString( - strings.countryNSDirectorySource, - { sourceLink: countryResponse?.society_name }, + + {countryResponse?.society_name} + )} - + />