Commit a56831b2 authored by isstuev's avatar isstuev

show -> view

parent 6a4c746a
......@@ -29,7 +29,7 @@ const LatestTxsNotice = ({ className }: Props) => {
<>
<Spinner size="sm" mr={ 3 }/>
<Text as="span" whiteSpace="pre">+ { num } new transaction{ num > 1 ? 's' : '' }. </Text>
<Link href={ txsUrl }>Show in list</Link>
<Link href={ txsUrl }>View in list</Link>
</>
);
}
......
......@@ -43,7 +43,7 @@ const TxsNewItemNotice = ({ children, className }: Props) => {
<Alert className={ className } status="warning" p={ 4 } fontWeight={ 400 }>
<Spinner size="sm" mr={ 3 }/>
<Text as="span" whiteSpace="pre">+ { num } new transaction{ num > 1 ? 's' : '' }. </Text>
<Link onClick={ handleClick }>Show in list</Link>
<Link onClick={ handleClick }>View in list</Link>
</Alert>
);
})();
......
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