chore: fix typos

This commit is contained in:
Matthew Russell
2023-03-06 07:38:50 -08:00
parent 1142a002dd
commit e7ef28b9db
2 changed files with 3 additions and 3 deletions
@@ -295,7 +295,7 @@ describe('OpenVolumeCell', () => {
expect(screen.queryByRole('img')).not.toBeInTheDocument();
});
it('renders statsu with warning tooltip if not normal', async () => {
it('renders status with warning tooltip if not normal', async () => {
const props = {
data: {
...singleRow,
+2 -2
View File
@@ -478,7 +478,7 @@ export const OpenVolumeCell = ({
tooltipContent={
<>
<p className="mb-2">
{t('Your positions was affected by market conditions')}
{t('Your position was affected by market conditions')}
</p>
<p className="mb-2">
{t(
@@ -490,7 +490,7 @@ export const OpenVolumeCell = ({
</p>
{VEGA_DOCS_URL && (
<ExternalLink href={VEGA_DOCS_URL}>
{t('Reade more about position resolution')}
{t('Read more about position resolution')}
</ExternalLink>
)}
</>