Skip to content

Commit

Permalink
Merge branch 'develop' into feature/vv-insights-TA
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Fernandez authored and Natalia Fernandez committed Apr 12, 2024
2 parents e0bd47a + 6e1416f commit 9d58a01
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { EMPTY_FIELD_PLACEHOLDER } from 'utils/info'

const InsightError = ({ error }: { error: ParsedAPIError }) => {
const { t } = useTranslation()
if (error.status === 401) {
if (error.status === 403) {
return (
<Icon
icon="private"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ const HIGHLIGHT_CONFIGS: HighlightPanelConfig[] = [
learnMoreUrl: 'https://globalfishingwatch.org/faqs/2024-april-data-error/',
en: {
title:
'IMPORTANT - Global Fishing Watch is working on an underlying AIS data error in the platform.',
'Resolved - Global Fishing Watch has resolved an underlying AIS data error in the platform.',
description:
"This is why you haven't been able to access the data since January 26th. If you accessed Global Fishing Watch AIS or VMS data since 26 January, there may be errors in the fishing effort and fishing event data. We are working on fixing the issue as soon as possible. Our advice is to wait for the fix and repeat any analysis with the correct data. This will be fixed by this Friday, April 12, at the latest. We're sorry for any inconvenience caused.",
'If you accessed Global Fishing Watch AIS or VMS data between 26 January - 10 April 2024, there may be errors in the fishing effort and fishing event data. The AIS error has been resolved, and we are working on the VMS issue now. Our advice is to repeat any analysis completed with the correct data. We’re sorry for any inconvenience caused.',
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion apps/fishing-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globalfishingwatchapp/fishing-map",
"version": "2.1.30",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "next",
Expand Down
2 changes: 1 addition & 1 deletion apps/fishing-map/public/locales/en/data-terminology.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/fishing-map/public/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
"insights": {
"coverage": "AIS Coverage",
"disclaimerTimeRangeBeforeMinYear": "Insights available from 1 January {{year}} onwards. Adjust your time range to view insights.",
"errorPermisions": "You don't have permissions to see this",
"errorPermisions": "This insight is restricted to limited access, contact us for further details",
"gaps": "AIS Off Events",
"gapsEvents": "{{count}} AIS Off events detected",
"gapsEventsEmpty": "No AIS Off events detected",
Expand All @@ -812,7 +812,7 @@
"flagChangesCount": "{{count}} flag changes",
"flagChangesEmpty": "No flag changes",
"MOULists": "Tokyo and Paris MOU Lists",
"MOUListsEmpty": "Flying under a flag/flags not present on the Tokio or Paris MOU black or grey lists",
"MOUListsEmpty": "Flying under a flag/flags not present on the Tokyo or Paris MOU black or grey lists",
"MOUParisListsCount": "Flag present on the Paris MOU black or grey list ({{flags}})",
"MOUTokyoListsCount": "Flag present on the Tokyo MOU black or grey list ({{flags}})",
"MOUTokyoListsPreviousAppearance": "Previously flew under another flag on the Tokyo MOU black or grey lists",
Expand Down
2 changes: 1 addition & 1 deletion apps/fishing-map/public/locales/val/data-terminology.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"encounter": "crwdns68717:0crwdne68717:0",
"loitering": "crwdns68719:0crwdne68719:0",
"fishing": "crwdns68721:0crwdne68721:0",
"insights": "crwdns83142:0crwdne83142:0",
"insights": "crwdns83146:0crwdne83146:0",
"insightsCoverage": "crwdns83106:0crwdne83106:0",
"insightsFishing": "crwdns83108:0crwdne83108:0",
"insightsFlagsChanges": "crwdns83110:0crwdne83110:0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22782,16 +22782,16 @@ __metadata:
linkType: hard

"tar@npm:^6.1.11, tar@npm:^6.1.2":
version: 6.2.0
resolution: "tar@npm:6.2.0"
version: 6.2.1
resolution: "tar@npm:6.2.1"
dependencies:
chownr: "npm:^2.0.0"
fs-minipass: "npm:^2.0.0"
minipass: "npm:^5.0.0"
minizlib: "npm:^2.1.1"
mkdirp: "npm:^1.0.3"
yallist: "npm:^4.0.0"
checksum: 10/2042bbb14830b5cd0d584007db0eb0a7e933e66d1397e72a4293768d2332449bc3e312c266a0887ec20156dea388d8965e53b4fc5097f42d78593549016da089
checksum: 10/bfbfbb2861888077fc1130b84029cdc2721efb93d1d1fb80f22a7ac3a98ec6f8972f29e564103bbebf5e97be67ebc356d37fa48dbc4960600a1eb7230fbd1ea0
languageName: node
linkType: hard

Expand Down

0 comments on commit 9d58a01

Please sign in to comment.