1
0
Fork 0

fix: reword button text

dufisgsd
Lea 2023-08-09 22:21:01 +02:00
parent 9ec4fe1b3a
commit e5d2a98af9
Signed by: lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 1 additions and 1 deletions

View File

@ -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 &lsquo;em! Deploy
</AlertDialogAction> </AlertDialogAction>
</AlertDialogFooter> </AlertDialogFooter>
</AlertDialogContent> </AlertDialogContent>