Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Sep 30, 2024
1 parent da2a5eb commit 384036d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@
<div class="flex flex-col gap-2 w-full">
<Input
bind:value={$form.newName}
id="newName"
label="Group name"
placeholder="New user group name"
errors={$errors.newName}
alwaysShowError
Expand Down Expand Up @@ -159,7 +157,7 @@
form={formId}
submitForm
>
Edit
Save
</Button>
</DialogFooter>
</DialogContent>
Expand Down

0 comments on commit 384036d

Please sign in to comment.