@globalfishingwatch/i18n-labels 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -21,5 +21,5 @@
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
- "gitHead": "4491e7f5dc0e3188862f1c7a9800ac108aee522d"
24
+ "gitHead": "eee731dc7a5ffdc8f4d52e2594100f9265dea18c"
25
25
  }
@@ -13,10 +13,6 @@
13
13
  "end": "end",
14
14
  "last30days": "Last 30 days",
15
15
  "done": "Done",
16
- "errorEarlyStart": "Your start date is the earliest date with data available",
17
- "errorLatestEnd": "Your end date is the latest date with data available",
18
- "errorMinRange": "Your start and end date must be at least one day apart",
19
- "errorMaxRange": "Your time range is the maximum range with data available"
20
16
  },
21
17
  "bookmark": {
22
18
  "goToBookmark": "Go to your bookmarked time range",
@@ -36,4 +32,4 @@
36
32
  "zoomTo": "Zoom to",
37
33
  "zoomOut": "Zoom out",
38
34
  "selectTimeRange": "Select a time range"
39
- }
35
+ }