diff --git a/frontend/src/pages/progress-tracker/[locationCode].tsx b/frontend/src/pages/progress-tracker/[locationCode].tsx
index 1b23f4f6..582b2571 100644
--- a/frontend/src/pages/progress-tracker/[locationCode].tsx
+++ b/frontend/src/pages/progress-tracker/[locationCode].tsx
@@ -30,6 +30,7 @@ ProgressTrackerPage.layout = {
return {
title: location?.[locationNameField],
+ type: 'progress-tracker',
};
},
};
diff --git a/frontend/src/styles/icons/notification.svg b/frontend/src/styles/icons/notification.svg
new file mode 100644
index 00000000..189d5271
--- /dev/null
+++ b/frontend/src/styles/icons/notification.svg
@@ -0,0 +1,3 @@
+
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index 0f1fa166..d462e2d1 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -33,6 +33,7 @@ module.exports = {
orange: '#FD8E28',
violet: '#AD6CFF',
'gray-300': '#999999',
+ red: '#F43F4C',
},
maxWidth: {
screen: '100vw',
diff --git a/frontend/translations/en.json b/frontend/translations/en.json
index 4724ad6c..78efa932 100644
--- a/frontend/translations/en.json
+++ b/frontend/translations/en.json
@@ -98,7 +98,12 @@
"outro-button": "Get in touch",
"looking-for": "I am looking for..."
},
- "progress-tracker": {},
+ "progress-tracker": {
+ "terrestrial-data-disclaimer-dialog-title": "Terrestrial Conservation Coverage Data Disclaimer",
+ "terrestrial-data-disclaimer-dialog-content": "Protected area totals and trends in this dataset are derived from publicly available boundaries sourced from Protected Planet. However, some countries restrict the release of detailed protected area boundaries, leading to differences between our totals and those reported by the World Database on Protected Areas.
Due to these data restrictions, our protected area totals are lower both globally and in regions where boundaries are not publicly accessible.",
+ "i-understand": "I understand",
+ "important-notification": "Important notification"
+ },
"conservation-builder": {}
},
"containers": {
@@ -230,7 +235,8 @@
"explore-terrestrial-conservation": "Explore Terrestrial Conservation",
"explore-marine-conservation": "Explore Marine Conservation",
"terrestrial-existing-conservation": "Existing terrestrial conservation coverage",
- "not-assessed": "Not assessed"
+ "not-assessed": "Not assessed",
+ "data-disclaimer": "Data disclaimer"
},
"map-sidebar-layers-panel": {
"layers": "Layers",
@@ -360,7 +366,8 @@
},
"tooltip-button": {
"info": "Info",
- "data-source": "Data source"
+ "data-source": "Data source",
+ "data-sources:": "Data sources:"
},
"ui-carousel": {
"previous-slide": "Previous slide",