Browse Source
Merge pull request #2399 from mslourens/update_app_modal_text
update the modal text for updating the name of an app
pull/2442/head
Andrew Kingston
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
packages/builder/src/components/start/UpdateAppModal.svelte
|
|
|
@ -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} |
|
|
|
|