Rename text
This commit is contained in:
parent
7c39946584
commit
ae7dbd4088
|
@ -153,7 +153,11 @@
|
||||||
<Layout noPadding no>
|
<Layout noPadding no>
|
||||||
<Body size="S">Select which spreadsheets you want to connect.</Body>
|
<Body size="S">Select which spreadsheets you want to connect.</Body>
|
||||||
|
|
||||||
<FancyCheckboxGroup options={allSheets} bind:selected={selectedSheets} />
|
<FancyCheckboxGroup
|
||||||
|
options={allSheets}
|
||||||
|
bind:selected={selectedSheets}
|
||||||
|
selectAllText="Select all sheets"
|
||||||
|
/>
|
||||||
</Layout>
|
</Layout>
|
||||||
{/if}
|
{/if}
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
|
|
Loading…
Reference in New Issue