Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit ec0401e

Browse files
committed
fix: valid dialog test
1 parent 29ae370 commit ec0401e

File tree

1 file changed

+1
-1
lines changed
  • src/features/dashboard/components/ApiTokenTable/DeleteTokenDialog

1 file changed

+1
-1
lines changed

src/features/dashboard/components/ApiTokenTable/DeleteTokenDialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const DeleteTokenDialog = ({ onDelete, setToggleModal }: TDeleteTokendialog) =>
4646
<div className='modal-overlay'>
4747
<Modal.Overlay />
4848
<Modal.DialogContent
49-
title='Deleting token'
49+
title='Delete token'
5050
content='Are you sure you want to delete this token?'
5151
action_buttons={actionButtons}
5252
has_close_button

0 commit comments

Comments
 (0)