Skip to content

Commit

Permalink
Merge pull request #735 from Vizzuality/FE-fix-catalog-spelling
Browse files Browse the repository at this point in the history
Fix catalog spelling
  • Loading branch information
barbara-chaves authored Jan 18, 2023
2 parents 4ee9a15 + 2407b55 commit ad36943
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions frontend/containers/account-pending-approval/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const AccountPendingApproval = () => {
</p>
<p>
<FormattedMessage
defaultMessage="Until approval you can continue exploring our catalogue."
id="GYTHj0"
defaultMessage="Until approval you can continue exploring our catalog."
id="rVtR6m"
/>
</p>
<Button className="mt-6 mb-12" to="/discover">
Expand Down
2 changes: 1 addition & 1 deletion frontend/containers/home/hero/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Hero = () => {
<LayoutContainer className="flex items-center justify-center h-0 sm:mt-5 md:mt-9 xl:relative sm:mx-auto pt-14">
<DiscoverSearch
className="w-full sm:max-w-2xl md:max-w-4xl"
searchButtonText={<FormattedMessage id="oG/A0q" defaultMessage="See full catalogue" />}
searchButtonText={<FormattedMessage id="2yqUYR" defaultMessage="See full catalog" />}
/>
</LayoutContainer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/containers/layouts/discover-search/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const DiscoverSearch: FC<DiscoverSearchProps> = ({ className }) => {
{pathname === Paths.Home && !showSuggestion && (
<div className="hidden md:block">
<Button className="text-green-dark" theme="naked" to={Paths.Discover}>
<FormattedMessage defaultMessage="See full catalogue" id="oG/A0q" />
<FormattedMessage defaultMessage="See full catalog" id="2yqUYR" />
</Button>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion frontend/containers/layouts/navigation/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Navigation: FC<NavigationProps> = ({ className }: NavigationProps)
<div className={className}>
<nav className="flex space-x-8 text-sm xl:text-base">
<ActiveLink href={Paths.Discover} activeClassName="font-semibold">
<a title={intl.formatMessage({ defaultMessage: 'Full catalogue', id: '0h5kbM' })}>
<a title={intl.formatMessage({ defaultMessage: 'Full catalog', id: 'WMuw/P' })}>
<FormattedMessage defaultMessage="Catalog" id="GOdq5V" />
</a>
</ActiveLink>
Expand Down
18 changes: 9 additions & 9 deletions frontend/lang/transifex/zu.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@
"0dbfpr": {
"string": "You need to enter a text for the progress and impact tracking"
},
"0h5kbM": {
"string": "Full catalogue"
},
"0hzVw6": {
"string": "How accounts work?"
},
Expand Down Expand Up @@ -245,6 +242,9 @@
"2yCGR2": {
"string": "Link copied to clipboard"
},
"2yqUYR": {
"string": "See full catalog"
},
"35YoEI": {
"string": "Description of the project"
},
Expand Down Expand Up @@ -1013,9 +1013,6 @@
"GOg6XJ": {
"string": "Be part of the biggest change in the colombian Amazon"
},
"GYTHj0": {
"string": "Until approval you can continue exploring our catalogue."
},
"GYkIYE": {
"string": "Insert your last name"
},
Expand Down Expand Up @@ -1860,6 +1857,9 @@
"WLDgff": {
"string": "Create a free account to start using all the benefits that HeCo Invest can offer to you and your team."
},
"WMuw/P": {
"string": "Full catalog"
},
"WTuVeL": {
"string": "Something went wrong while submitting your form. Please correct the errors before submitting again."
},
Expand Down Expand Up @@ -2838,9 +2838,6 @@
"oD3qdW": {
"string": "It looks like the link is broken or the page has been removed."
},
"oG/A0q": {
"string": "See full catalogue"
},
"oMC3r1": {
"string": "Choose your account type"
},
Expand Down Expand Up @@ -3036,6 +3033,9 @@
"rPwaWt": {
"string": "A great name is short, crisp, and easily understood."
},
"rVtR6m": {
"string": "Until approval you can continue exploring our catalog."
},
"rb3Hsm": {
"string": "<b>Climate</b>:"
},
Expand Down

0 comments on commit ad36943

Please sign in to comment.