Rename text

This commit is contained in:
Adria Navarro 2023-06-07 14:49:44 +01:00
parent 7c39946584
commit ae7dbd4088
1 changed files with 5 additions and 1 deletions

View File

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