Skip to content

Commit

Permalink
Merge pull request #814 from Vizzuality/client/bugfix/LET-1395
Browse files Browse the repository at this point in the history
FIX
  • Loading branch information
barbara-chaves authored Dec 22, 2023
2 parents 22d6da7 + 4188d6a commit 24aa1e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions frontend/hooks/useFaq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { useMemo } from 'react';

import { useIntl } from 'react-intl';

import { Paths } from 'enums';

import InvestorAccountDeletion from 'containers/faq-page/answers/account/investor-account-deletion';
import InvestorInfo from 'containers/faq-page/answers/account/investor-info';
import ProjectDeveloperAccountDeletion from 'containers/faq-page/answers/account/project-developer-account-deletion';
Expand All @@ -12,6 +10,8 @@ import OpenCallInfo from 'containers/faq-page/answers/open-calls/open-call-info'
import ProjectImpact from 'containers/faq-page/answers/projects/project-impact';
import ProjectInfo from 'containers/faq-page/answers/projects/project-info';

import { Paths } from 'enums';

/** FAQ Sections */
export enum FaqSections {
Account = 'account',
Expand Down Expand Up @@ -373,7 +373,7 @@ export const useFaq = () => {
{
defaultMessage:
'The Heritage Colombia program contains 9 priority landscapes or conservation mosaics. These are: Amazon Heart, Amazonian Piedmont - Massif, Orinoquía, Orinoquía Transition, Central Mountain Range, Eastern Mountain Range, Caribbean, Pacific - Caribbean Transition, Pacific - Coastal Marine. More information about these regions <link>here</link>.',
id: '7wW5B+',
id: 'qileSN',
},
{
link: (chunks: string) => (
Expand Down
6 changes: 3 additions & 3 deletions frontend/lang/transifex/zu.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,6 @@
"7sVapx": {
"string": "View open call page"
},
"7wW5B+": {
"string": "The Heritage Colombia program contains 9 priority landscapes or conservation mosaics. These are: Amazon Heart, Amazonian Piedmont - Massif, Orinoquía, Orinoquía Transition, Central Mountain Range, Eastern Mountain Range, Caribbean, Pacific - Caribbean Transition, Pacific - Coastal Marine. More information about these regions <link>here</link>."
},
"7xC2j0": {
"string": "Create Open Call"
},
Expand Down Expand Up @@ -3006,6 +3003,9 @@
"qeQuNf": {
"string": "Something went wrong. We are working on fixing the problem."
},
"qileSN": {
"string": "The Heritage Colombia program contains 9 priority landscapes or conservation mosaics. These are: Amazon Heart, Amazonian Piedmont - Massif, Orinoquía, Orinoquía Transition, Central Mountain Range, Eastern Mountain Range, Caribbean, Pacific - Caribbean Transition, Pacific - Coastal Marine. More information about these regions <link>here</link>."
},
"qoImFc": {
"string": "Replicability of the project"
},
Expand Down

0 comments on commit 24aa1e3

Please sign in to comment.