Skip to content

Commit

Permalink
fix: adjust text
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Oct 18, 2021
1 parent 00215f1 commit 4403f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/components/HelpModal/MinimumReceivedHelpModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { HelpModalProps } from '../types';
import messages from './messages';
import staticStyles from './style';

// TODO: need change text
export default function MinimumReceivedHelpModal({
text,
iconSize,
Expand All @@ -28,7 +27,6 @@ export default function MinimumReceivedHelpModal({
description={
<div className="MinimumReceivedHelpModal__content">
<p>{intl.formatMessage(messages.descriptionFirst)}</p>
<p>{intl.formatMessage(messages.descriptionSecond)}</p>
</div>
}
color={color}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ import { defineMessages } from 'react-intl';
export default defineMessages({
caption: 'Minimum received',
descriptionFirst:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
descriptionSecond:
'Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
'This is the minimum amount you are willing to receive as result of the swap. Take in consideration swap rates might change prior the execution of your swap transaction.',
});

0 comments on commit 4403f42

Please sign in to comment.