and not Okay
@ -113,6 +113,7 @@ export const ClickToTrustSender = (props: { messageId: string }) => {
onClickClose: () => {
window.inboxStore?.dispatch(updateConfirmModal(null));
},
okText: window.i18n('download'),
})
);
};