Commit 5b7be02f authored by isstuev's avatar isstuev

update text

parent a56831b2
...@@ -29,7 +29,7 @@ const LatestTxsNotice = ({ className }: Props) => { ...@@ -29,7 +29,7 @@ const LatestTxsNotice = ({ className }: Props) => {
<> <>
<Spinner size="sm" mr={ 3 }/> <Spinner size="sm" mr={ 3 }/>
<Text as="span" whiteSpace="pre">+ { num } new transaction{ num > 1 ? 's' : '' }. </Text> <Text as="span" whiteSpace="pre">+ { num } new transaction{ num > 1 ? 's' : '' }. </Text>
<Link href={ txsUrl }>View in list</Link> <Link href={ txsUrl }>View all</Link>
</> </>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment