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:
commit
8a58361d98
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue