Skip to content

Commit

Permalink
chore: check translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed May 9, 2024
1 parent 925a992 commit 05480e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AdvertsTableRow/AdvertsTableRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { useIsAdvertiser, useModalManager } from '@/hooks/custom-hooks';
import { generateEffectiveRate, getCurrentRoute } from '@/utils';
import { LabelPairedChevronRightMdRegularIcon } from '@deriv/quill-icons';
import { useExchangeRates } from '@deriv-com/api-hooks';
import { Localize } from '@deriv-com/translations';
import { Button, Text, useDevice } from '@deriv-com/ui';
import './AdvertsTableRow.scss';

Expand Down Expand Up @@ -125,7 +126,7 @@ const AdvertsTableRow = memo((props: TAdvertsTableRowRenderer) => {
</>
) : (
<Text color='less-prominent' size='xs'>
Not rated yet
<Localize i18n_default_text='Not rated yet' />
</Text>
)}
</div>
Expand Down

0 comments on commit 05480e3

Please sign in to comment.