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

Update screen role modal to use better text and title

This commit is contained in:
Andrew Kingston 2023-07-11 13:41:26 +01:00
parent 82a851dd36
commit 0974060792

View file

@ -40,14 +40,14 @@
</script>
<ModalContent
title="Autogenerated screens"
title="Access"
confirmText="Done"
cancelText="Back"
{onConfirm}
{onCancel}
disabled={!!error}
>
Select which level of access you want your screens to have
Select the level of access required to see these screens
<Select
bind:value={screenAccessRole}
on:change={onChangeRole}