diff --git a/frontend/lang/compiled/zu.json b/frontend/lang/compiled/zu.json index ae9d88fd7..15f464116 100644 --- a/frontend/lang/compiled/zu.json +++ b/frontend/lang/compiled/zu.json @@ -157,6 +157,7 @@ "6b2CRH": "User menu", "6cU2pG": "The project gallery will be the first thing other users will see on your page, it will help you to showcase your project.", "6dk02D": "Tell us what’s the impact that you expect with this open call. This information will be public.", + "6e0pcn": "PLATFORM ADMINISTRATOR", "6hS0se": "Are you sure you want to delete the account?", "6ukMW9": "Basque Centre for Climate Change", "6vrfSY": "Displays the Key Biodiversity Areas containing 95% or more of the remaining population of one or more species listed as Endangered or Critically Endangered on the International Union for Conservation of Nature (IUCN) Red List of Threatened Species.", diff --git a/frontend/lang/transifex/zu.json b/frontend/lang/transifex/zu.json index 463a7150d..ef2fa07a6 100644 --- a/frontend/lang/transifex/zu.json +++ b/frontend/lang/transifex/zu.json @@ -473,6 +473,9 @@ "6dk02D": { "string": "Tell us what’s the impact that you expect with this open call. This information will be public." }, + "6e0pcn": { + "string": "PLATFORM ADMINISTRATOR" + }, "6hS0se": { "string": "Are you sure you want to delete the account?" }, diff --git a/frontend/pages/terms-conditions.tsx b/frontend/pages/terms-conditions.tsx index e0f975962..61d5ef436 100644 --- a/frontend/pages/terms-conditions.tsx +++ b/frontend/pages/terms-conditions.tsx @@ -2,14 +2,14 @@ import { FormattedMessage, useIntl } from 'react-intl'; import { withLocalizedRequests } from 'hoc/locale'; +import { StaticPageLayoutProps } from 'layouts/static-page'; import { InferGetStaticPropsType } from 'next'; +import { PageComponent } from 'types'; import { loadI18nMessages } from 'helpers/i18n'; import Head from 'components/head'; import LayoutContainer from 'components/layout-container'; -import { StaticPageLayoutProps } from 'layouts/static-page'; -import { PageComponent } from 'types'; export const getStaticProps = withLocalizedRequests(async ({ locale }) => { return { @@ -123,7 +123,7 @@ const TermsConditions: PageComponent

- PLATFORM ADMINISTRATOR +