Skip to content

Commit 3670c85

Browse files
authored
Improve Fields label
1 parent 961e5bb commit 3670c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/geckoboard/geckoboard.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
propDefinitions: {
77
fields: {
88
type: "string",
9-
label: "fields",
9+
label: "Fields",
1010
description: "JSON containing the fields of the dataset, i.e.: `{ \"amount\": { \"type\": \"number\", \"name\": \"Amount\", \"optional\": false }, \"timestamp\": { \"type\": \"datetime\", \"name\": \"Date\" } }`",
1111
},
1212
id: {

0 commit comments

Comments
 (0)