Skip to content

Commit 866327c

Browse files
committed
clarify that the value should be json
1 parent eae1e33 commit 866327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/components/main-content/object-store-view/AddObjectsButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default function AddObjectsButton() {
130130
</header>
131131
<div ref={editorRef} />
132132
<small class={styles.hint}>
133-
The value entered must be an array of objects.
133+
The json value entered must be an array of objects.
134134
</small>
135135
<DatatypeValidationCheckbox
136136
checked={validateDatatypes()}

0 commit comments

Comments
 (0)