1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Merge pull request #2399 from mslourens/update_app_modal_text

update the modal text for updating the name of an app
This commit is contained in:
Andrew Kingston 2021-08-20 17:04:39 +01:00 committed by GitHub
commit 713fed841f

View file

@ -108,10 +108,7 @@
onConfirm={updateApp}
disabled={!(valid && dirty)}
>
<Body size="S">
Give your new app a name, and choose which groups have access (paid plans
only).
</Body>
<Body size="S">Update the name of your app.</Body>
<Input
bind:value={$values.name}
error={$touched.name && $errors.name}