forked from administration/panel
fix: reword button text
parent
9ec4fe1b3a
commit
e5d2a98af9
|
@ -275,7 +275,7 @@ export function UserActions({ user, bot }: { user: User; bot?: Bot }) {
|
||||||
<AlertDialogFooter>
|
<AlertDialogFooter>
|
||||||
<AlertDialogCancel>Cancel</AlertDialogCancel>
|
<AlertDialogCancel>Cancel</AlertDialogCancel>
|
||||||
<AlertDialogAction onClick={() => toast({ title: "🐝" })}>
|
<AlertDialogAction onClick={() => toast({ title: "🐝" })}>
|
||||||
Send ‘em!
|
Deploy
|
||||||
</AlertDialogAction>
|
</AlertDialogAction>
|
||||||
</AlertDialogFooter>
|
</AlertDialogFooter>
|
||||||
</AlertDialogContent>
|
</AlertDialogContent>
|
||||||
|
|
Loading…
Reference in New Issue