Skip to content

Commit 1e0c661

Browse files
committed
change worksheet form field label
1 parent fd6ec34 commit 1e0c661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/components/googleSheets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function GoogleSheetsForm({ style, ...props }) {
6464
<Input />
6565
</Form.Item>
6666

67-
<Form.Item label="Path/Prefix" name="worksheet">
67+
<Form.Item label="Work Sheet Name" name="worksheet">
6868
<Input />
6969
</Form.Item>
7070
<Form.Item

0 commit comments

Comments
 (0)