Update autoscreen text to better reflect new autoscreens
This commit is contained in:
parent
b879a49f4f
commit
1a472af342
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
<span data-cy="data-source-modal">
|
<span data-cy="data-source-modal">
|
||||||
<ModalContent
|
<ModalContent
|
||||||
title="Create CRUD Screens"
|
title="Autogenerated screens"
|
||||||
confirmText="Confirm"
|
confirmText="Confirm"
|
||||||
cancelText="Back"
|
cancelText="Back"
|
||||||
onConfirm={confirmDatasourceSelection}
|
onConfirm={confirmDatasourceSelection}
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
size="L"
|
size="L"
|
||||||
>
|
>
|
||||||
<Body size="S">
|
<Body size="S">
|
||||||
Select which datasource you would like to use to create your screens
|
Select which datasources you would like to use to create your screens
|
||||||
</Body>
|
</Body>
|
||||||
<Layout noPadding gap="S">
|
<Layout noPadding gap="S">
|
||||||
{#each filteredSources as datasource}
|
{#each filteredSources as datasource}
|
||||||
|
|
|
@ -40,9 +40,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ModalContent
|
<ModalContent
|
||||||
title={"Create CRUD Screens"}
|
title="Autogenerated screens"
|
||||||
confirmText={"Done"}
|
confirmText="Done"
|
||||||
cancelText={"Back"}
|
cancelText="Back"
|
||||||
{onConfirm}
|
{onConfirm}
|
||||||
{onCancel}
|
{onCancel}
|
||||||
disabled={!!error}
|
disabled={!!error}
|
||||||
|
|
Loading…
Reference in New Issue