diff --git a/src/button.tsx b/src/button.tsx index 2682927..e1a424e 100644 --- a/src/button.tsx +++ b/src/button.tsx @@ -75,8 +75,6 @@ const css = (kind: Kind, extraCss: Interpolation = {}): Interpolation = {}): Interpolation, }; diff --git a/src/confirmationModal.tsx b/src/confirmationModal.tsx index 4a7083e..a855980 100644 --- a/src/confirmationModal.tsx +++ b/src/confirmationModal.tsx @@ -18,7 +18,7 @@ type ConfirmationModalProps = Omit & { onSubmit?: () => void; /** Strings that will be displayed in the UI */ text: { - /** Text on the button to close the modal */ + /** Text on the button to cancel the modal */ cancel: string, /** Text on the button to close the modal */ close: string,