Small text change to autoscreen toggle

This commit is contained in:
Andrew Kingston 2021-01-07 09:32:44 +00:00
parent fcad9892e0
commit a5b574d61e
1 changed files with 1 additions and 1 deletions

View File

@ -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>