Commit 6007527c authored by Moody Salem's avatar Moody Salem

couple more missing keys

parent 06c8db91
import { t, Trans } from '@lingui/macro'
import React from 'react' import React from 'react'
import { Text } from 'rebass' import { Text } from 'rebass'
import { Currency } from '@uniswap/sdk-core' import { Currency } from '@uniswap/sdk-core'
...@@ -41,9 +42,9 @@ export default function CommonBases({ ...@@ -41,9 +42,9 @@ export default function CommonBases({
<AutoColumn gap="md"> <AutoColumn gap="md">
<AutoRow> <AutoRow>
<Text fontWeight={500} fontSize={14}> <Text fontWeight={500} fontSize={14}>
Common bases <Trans>Common bases</Trans>
</Text> </Text>
<QuestionHelper text="These tokens are commonly paired with other tokens." /> <QuestionHelper text={t`These tokens are commonly paired with other tokens.`} />
</AutoRow> </AutoRow>
<AutoRow gap="4px"> <AutoRow gap="4px">
{bases.map((currency: Currency) => { {bases.map((currency: Currency) => {
......
...@@ -405,6 +405,10 @@ msgstr "" ...@@ -405,6 +405,10 @@ msgstr ""
msgid "Collecting fees will withdraw currently available fees for you." msgid "Collecting fees will withdraw currently available fees for you."
msgstr "" msgstr ""
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr ""
#: src/pages/RemoveLiquidity/index.tsx #: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
...@@ -1160,6 +1164,10 @@ msgstr "" ...@@ -1160,6 +1164,10 @@ msgstr ""
msgid "The ratio of tokens you add will set the price of this pool." msgid "The ratio of tokens you add will set the price of this pool."
msgstr "" msgstr ""
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr ""
#: src/pages/MigrateV2/MigrateV2Pair.tsx #: src/pages/MigrateV2/MigrateV2Pair.tsx
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the" msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
msgstr "" msgstr ""
......
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