We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae1e33 commit 866327cCopy full SHA for 866327c
src/devtools/components/main-content/object-store-view/AddObjectsButton.tsx
@@ -130,7 +130,7 @@ export default function AddObjectsButton() {
130
</header>
131
<div ref={editorRef} />
132
<small class={styles.hint}>
133
- The value entered must be an array of objects.
+ The json value entered must be an array of objects.
134
</small>
135
<DatatypeValidationCheckbox
136
checked={validateDatatypes()}
0 commit comments