Skip to content

Commit

Permalink
chore: squash
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Oct 3, 2024
1 parent 34586b9 commit 3ee8861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/modals/WhatsNewModal/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const WhatsNewModal: FC<IModalProps> = ({ onClose }) => {
// misc
const features: string[] = [];
const fixes: string[] = [
'Assets with large decimals can successfully transferred.',
'Assets with large decimals can successfully be transferred.',
];
// handlers
const handleClose = () => {
Expand Down

0 comments on commit 3ee8861

Please sign in to comment.