diff --git a/packages/extension-koni-ui/src/Popup/Home/MissionTemp/MissionSectionListContainer.tsx b/packages/extension-koni-ui/src/Popup/Home/MissionTemp/MissionSectionListContainer.tsx index 0b7c43e3f2..5a6f8d91a1 100644 --- a/packages/extension-koni-ui/src/Popup/Home/MissionTemp/MissionSectionListContainer.tsx +++ b/packages/extension-koni-ui/src/Popup/Home/MissionTemp/MissionSectionListContainer.tsx @@ -123,9 +123,9 @@ const Component = ({ accountInfo, const handleLinkAccountModal = useCallback(() => { alertModal.open({ className: 'general-confirmation-modal modal-revert-header', - title: t('LINK YOUR MYTHICAL ACCOUNT'), + title: t('Link your mythical account'), content: ( - t('You need to link your Mythical account to complete this task') + t('You need to link your Mythical account before claiming MYTH rewards') ), okButton: { icon: Check, @@ -144,7 +144,7 @@ const Component = ({ accountInfo, const handleMythicalAddressModal = useCallback(() => { alertModal.open({ className: 'general-confirmation-modal modal-revert-header', - title: t('NO ADDRESS FOUND'), + title: t('link your mythical address'), content: ( t('You need to link your Mythical address with your account on the NFL Rivals app to complete this task') ), diff --git a/packages/extension-koni-ui/src/components/Modal/Common/AlertModal.tsx b/packages/extension-koni-ui/src/components/Modal/Common/AlertModal.tsx index 42354eef62..dd870701cd 100644 --- a/packages/extension-koni-ui/src/components/Modal/Common/AlertModal.tsx +++ b/packages/extension-koni-ui/src/components/Modal/Common/AlertModal.tsx @@ -158,8 +158,8 @@ const AlertModal = styled(Component)(({ theme: { extendToken, token } }: '.ant-sw-header-center-part': { position: 'relative', - marginLeft: 0, - marginRight: 0 + marginLeft: 16, + marginRight: 16 }, '.ant-sw-sub-header-title-content.ant-sw-sub-header-title-content.ant-sw-sub-header-title-content': {