Skip to content

Commit 3b61107

Browse files
authored
fix: deprecated modal button name (#634)
1 parent f19bb9b commit 3b61107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Apps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default function Apps({ teamId, apps, teamSettings, setAppState, objSetti
216216
open={openModal === app.id}
217217
handleClose={() => setOpenModal('')}
218218
handleCancel={handleCancel}
219-
cancelButtonText='I understand!'
219+
cancelButtonText='I understand'
220220
handleAction={handleAction}
221221
actionButtonText='Cancel'
222222
actionButtonColor='primary'

0 commit comments

Comments
 (0)