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