Skip to content

Commit

Permalink
CB-4676 change delete button text to cancel (#2499)
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
devnaumov and dariamarutkina authored Mar 27, 2024
1 parent ad37e89 commit f548406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ExportNotification = observer<Props>(function ExportNotification({
{status === ENotificationType.Info && state.downloadUrl && (
<>
<Button type="button" mod={['outlined']} onClick={state.delete}>
{translate('data_transfer_notification_delete')}
{translate('ui_processing_cancel')}
</Button>
<Button tag="a" href={state.downloadUrl} mod={['unelevated']} download onClick={state.download}>
{translate('data_transfer_notification_download')}
Expand Down

0 comments on commit f548406

Please sign in to comment.