fix: correct access token delete text
This commit is contained in:
parent
90232feb1e
commit
91aeb0793c
@ -49,7 +49,7 @@ export const AccessTokenDelete = ({ id }: { id: string }) => {
|
|||||||
<AlertDialogTitle>Are you absolutely sure?</AlertDialogTitle>
|
<AlertDialogTitle>Are you absolutely sure?</AlertDialogTitle>
|
||||||
<AlertDialogDescription>
|
<AlertDialogDescription>
|
||||||
This action cannot be undone. This will permanently delete your
|
This action cannot be undone. This will permanently delete your
|
||||||
changelog and remove your data from our servers.
|
access token and remove your data from our servers.
|
||||||
</AlertDialogDescription>
|
</AlertDialogDescription>
|
||||||
</AlertDialogHeader>
|
</AlertDialogHeader>
|
||||||
<AlertDialogFooter>
|
<AlertDialogFooter>
|
||||||
|
Loading…
Reference in New Issue
Block a user