fix: click to trust sender button says Download

and not Okay
pull/3206/head
Audric Ackermann 7 months ago
parent 1a05e78744
commit 4f82942079

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

Loading…
Cancel
Save