Update autoscreen text to better reflect new autoscreens

This commit is contained in:
Andrew Kingston 2022-11-23 15:07:49 +00:00
parent e92f72b0ca
commit bc4d7da7ff
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@
<span data-cy="data-source-modal">
<ModalContent
title="Create CRUD Screens"
title="Autogenerated screens"
confirmText="Confirm"
cancelText="Back"
onConfirm={confirmDatasourceSelection}
@ -77,7 +77,7 @@
size="L"
>
<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>
<Layout noPadding gap="S">
{#each filteredSources as datasource}

View File

@ -40,9 +40,9 @@
</script>
<ModalContent
title={"Create CRUD Screens"}
confirmText={"Done"}
cancelText={"Back"}
title="Autogenerated screens"
confirmText="Done"
cancelText="Back"
{onConfirm}
{onCancel}
disabled={!!error}