1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Rename text

This commit is contained in:
Adria Navarro 2023-06-07 14:49:44 +01:00
parent 7c39946584
commit ae7dbd4088

View file

@ -153,7 +153,11 @@
<Layout noPadding no>
<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>
{/if}
</ModalContent>