Small text change to autoscreen toggle
This commit is contained in:
parent
fcad9892e0
commit
a5b574d61e
|
@ -87,7 +87,7 @@
|
||||||
bind:value={name}
|
bind:value={name}
|
||||||
{error} />
|
{error} />
|
||||||
<Toggle
|
<Toggle
|
||||||
text="Create screens to view and edit items in this table"
|
text="Create screens to view and edit rows in this table"
|
||||||
bind:checked={createAutoscreens} />
|
bind:checked={createAutoscreens} />
|
||||||
<div>
|
<div>
|
||||||
<Label grey extraSmall>Create Table from CSV (Optional)</Label>
|
<Label grey extraSmall>Create Table from CSV (Optional)</Label>
|
||||||
|
|
Loading…
Reference in New Issue