@undp/create-app 0.2.16 → 0.2.17

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.
@@ -8,6 +8,6 @@
8
8
  "footnote":"Footnote can be added here",
9
9
  "home":"Home",
10
10
  "query":"Query demo",
11
- "dataLoading_one": "Data loaded successfully. {{length}} element in the query.",
12
- "dataLoading_other": "Data loaded successfully. {{length}} elements in the query."
11
+ "dataLoading_one": "Data loaded successfully. {{count}} element in the query.",
12
+ "dataLoading_other": "Data loaded successfully. {{count}} elements in the query."
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/create-app",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "UNDP's project scaffolding tool",
5
5
  "bin": {
6
6
  "create-undp-app": "./bin/index.js"