Skip to content

Commit

Permalink
fix: copywriting (#6917)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsweet authored Feb 5, 2024
1 parent 7e96ee3 commit 4cff746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const SelectorDialog = ({ open, saving, onCancel, onSubmit }: Props) => {
width={820}
centered
title="Select Existing Webhooks"
okText="Confrim"
okText="Confirm"
okButtonProps={{
disabled: !selectedIds.length,
loading: saving,
Expand Down

0 comments on commit 4cff746

Please sign in to comment.