diff --git a/ui/components/app/add-network/add-network.js b/ui/components/app/add-network/add-network.js index 801539068..0bc911fed 100644 --- a/ui/components/app/add-network/add-network.js +++ b/ui/components/app/add-network/add-network.js @@ -42,7 +42,7 @@ const AddNetwork = ({ onClick={onBackClick} className="add-network__header__back-icon" /> - + {t('addNetwork')} @@ -53,14 +53,14 @@ const AddNetwork = ({ > {t('addFromAListOfPopularNetworks')} {t('customNetworks')} @@ -77,7 +77,7 @@ const AddNetwork = ({ src={item?.rpcPrefs?.imageUrl} alt={t('logo', [item.ticker])} /> - + {item.ticker} diff --git a/ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-defaults/advanced-gas-fee-defaults.js b/ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-defaults/advanced-gas-fee-defaults.js index cd21dd340..beefff4fa 100644 --- a/ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-defaults/advanced-gas-fee-defaults.js +++ b/ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-defaults/advanced-gas-fee-defaults.js @@ -88,7 +88,11 @@ const AdvancedGasFeeDefaults = () => { onClick={handleUpdateDefaultSettings} disabled={gasErrors.maxFeePerGas || gasErrors.maxPriorityFeePerGas} /> - + {isDefaultSettingsSelected ? t('advancedGasFeeDefaultOptOut') : t('advancedGasFeeDefaultOptIn', [ diff --git a/ui/components/app/asset-list/asset-list.js b/ui/components/app/asset-list/asset-list.js index 193b22619..c0b1347d0 100644 --- a/ui/components/app/asset-list/asset-list.js +++ b/ui/components/app/asset-list/asset-list.js @@ -100,7 +100,7 @@ const AssetList = ({ onClickAsset }) => { diff --git a/ui/components/app/collectible-details/collectible-details.js b/ui/components/app/collectible-details/collectible-details.js index 9217a61e4..be538d852 100644 --- a/ui/components/app/collectible-details/collectible-details.js +++ b/ui/components/app/collectible-details/collectible-details.js @@ -184,7 +184,7 @@ export default function CollectibleDetails({ collectible }) { >
@@ -226,7 +226,7 @@ export default function CollectibleDetails({ collectible }) { diff --git a/ui/components/app/collectibles-tab/collectibles-tab.js b/ui/components/app/collectibles-tab/collectibles-tab.js index 5f2703dd2..4252ba1f0 100644 --- a/ui/components/app/collectibles-tab/collectibles-tab.js +++ b/ui/components/app/collectibles-tab/collectibles-tab.js @@ -83,7 +83,7 @@ export default function CollectiblesTab({ onAddNFT }) { className="collectibles-tab__link" > @@ -134,7 +134,7 @@ export default function CollectiblesTab({ onAddNFT }) { )} diff --git a/ui/components/app/confirm-page-container/enableEIP1559V2-notice/enableEIP1559V2-notice.js b/ui/components/app/confirm-page-container/enableEIP1559V2-notice/enableEIP1559V2-notice.js index f0b92ff03..b9019424e 100644 --- a/ui/components/app/confirm-page-container/enableEIP1559V2-notice/enableEIP1559V2-notice.js +++ b/ui/components/app/confirm-page-container/enableEIP1559V2-notice/enableEIP1559V2-notice.js @@ -50,7 +50,7 @@ export default function EnableEIP1559V2Notice({ isFirstAlert }) { - + {t('editGasEducationModalIntro')} {t('editGasHigh')} - + {t('editGasEducationHighExplanation')} {t('editGasMedium')} - + {t('editGasEducationMediumExplanation')} {t('editGasLow')} - + {t('editGasEducationLowExplanation')}
diff --git a/ui/components/app/edit-gas-display/edit-gas-display.component.js b/ui/components/app/edit-gas-display/edit-gas-display.component.js index 4e0aa83cb..f7fc433c9 100644 --- a/ui/components/app/edit-gas-display/edit-gas-display.component.js +++ b/ui/components/app/edit-gas-display/edit-gas-display.component.js @@ -182,7 +182,7 @@ export default function EditGasDisplay({ {mode === EDIT_GAS_MODES.SPEED_UP && (
diff --git a/ui/components/app/edit-gas-fee-button/edit-gas-fee-button.js b/ui/components/app/edit-gas-fee-button/edit-gas-fee-button.js index b3610c2b6..7f73181c9 100644 --- a/ui/components/app/edit-gas-fee-button/edit-gas-fee-button.js +++ b/ui/components/app/edit-gas-fee-button/edit-gas-fee-button.js @@ -80,7 +80,10 @@ export default function EditGasFeeButton({ userAcknowledgedGasMissing }) { - + {t('dappSuggestedTooltip', [transaction.origin])} diff --git a/ui/components/app/edit-gas-fee-popover/edit-gas-fee-popover.js b/ui/components/app/edit-gas-fee-popover/edit-gas-fee-popover.js index cb11ed53b..850eb17ed 100644 --- a/ui/components/app/edit-gas-fee-popover/edit-gas-fee-popover.js +++ b/ui/components/app/edit-gas-fee-popover/edit-gas-fee-popover.js @@ -91,7 +91,7 @@ const EditGasFeePopover = () => { diff --git a/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js b/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js index 0447513a2..b049a1bc4 100644 --- a/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js +++ b/ui/components/app/edit-gas-fee-popover/edit-gas-tooltip/edit-gas-tooltip.js @@ -124,7 +124,7 @@ const EditGasToolTip = ({ {maxFeePerGas && ( {roundToDecimalPlacesRemovingExtraZeroes(maxFeePerGas, 4)} @@ -142,7 +142,7 @@ const EditGasToolTip = ({ {maxPriorityFeePerGas && ( {roundToDecimalPlacesRemovingExtraZeroes( @@ -163,7 +163,7 @@ const EditGasToolTip = ({ {gasLimit && ( {roundToDecimalPlacesRemovingExtraZeroes(gasLimit, 4)} diff --git a/ui/components/app/edit-gas-fee-popover/network-statistics/network-statistics.js b/ui/components/app/edit-gas-fee-popover/network-statistics/network-statistics.js index 9e2f730c5..011a28534 100644 --- a/ui/components/app/edit-gas-fee-popover/network-statistics/network-statistics.js +++ b/ui/components/app/edit-gas-fee-popover/network-statistics/network-statistics.js @@ -20,7 +20,7 @@ const NetworkStatistics = () => { return (
{t('recoveryPhraseReminderItemOne')} diff --git a/ui/components/app/srp-input/srp-input.js b/ui/components/app/srp-input/srp-input.js index 2369cfa98..0192ba1b8 100644 --- a/ui/components/app/srp-input/srp-input.js +++ b/ui/components/app/srp-input/srp-input.js @@ -72,7 +72,7 @@ export default function SrpInput({ onChange }) { )} {srpError ? ( diff --git a/ui/components/app/transaction-detail-item/transaction-detail-item.component.js b/ui/components/app/transaction-detail-item/transaction-detail-item.component.js index b27cf87e7..8601185a9 100644 --- a/ui/components/app/transaction-detail-item/transaction-detail-item.component.js +++ b/ui/components/app/transaction-detail-item/transaction-detail-item.component.js @@ -44,12 +44,12 @@ export default function TransactionDetailItem({ })} > {detailText && ( - + {detailText} )} {subTitle}
) : ( - + {subTitle} )} diff --git a/ui/components/app/transaction-total-banner/transaction-total-banner.component.js b/ui/components/app/transaction-total-banner/transaction-total-banner.component.js index 481f79c16..47961f021 100644 --- a/ui/components/app/transaction-total-banner/transaction-total-banner.component.js +++ b/ui/components/app/transaction-total-banner/transaction-total-banner.component.js @@ -11,12 +11,12 @@ export default function TransactionTotalBanner({ }) { return (
- + {total} {detail && ( diff --git a/ui/components/ui/definition-list/definition-list.js b/ui/components/ui/definition-list/definition-list.js index 50a11b7a1..05ca7b912 100644 --- a/ui/components/ui/definition-list/definition-list.js +++ b/ui/components/ui/definition-list/definition-list.js @@ -53,7 +53,7 @@ export default function DefinitionList({ {titleUnit} @@ -108,7 +108,7 @@ export default function FormField({ )} {error && ( @@ -117,7 +117,7 @@ export default function FormField({ )} {warning && ( @@ -126,7 +126,7 @@ export default function FormField({ )} {passwordStrength && ( @@ -135,7 +135,7 @@ export default function FormField({ )} {passwordStrengthText && ( diff --git a/ui/components/ui/numeric-input/numeric-input.component.js b/ui/components/ui/numeric-input/numeric-input.component.js index 33b82da32..a072b288c 100644 --- a/ui/components/ui/numeric-input/numeric-input.component.js +++ b/ui/components/ui/numeric-input/numeric-input.component.js @@ -44,7 +44,11 @@ export default function NumericInput({ placeholder={placeholder} /> {detailText && ( - + {detailText} )} diff --git a/ui/components/ui/radio-group/radio-group.component.js b/ui/components/ui/radio-group/radio-group.component.js index a0501b4fc..0704de2a2 100644 --- a/ui/components/ui/radio-group/radio-group.component.js +++ b/ui/components/ui/radio-group/radio-group.component.js @@ -48,7 +48,7 @@ export default function RadioGroup({ options, name, selectedValue, onChange }) {
{titleDetail && (
- + {titleDetail}
@@ -97,7 +103,10 @@ const Slider = ({
{infoText && ( - + {infoText} )} diff --git a/ui/pages/confirm-approve/confirm-approve-content/confirm-approve-content.component.js b/ui/pages/confirm-approve/confirm-approve-content/confirm-approve-content.component.js index 5fe8c59db..1f349d6ad 100644 --- a/ui/pages/confirm-approve/confirm-approve-content/confirm-approve-content.component.js +++ b/ui/pages/confirm-approve/confirm-approve-content/confirm-approve-content.component.js @@ -488,7 +488,7 @@ export default class ConfirmApproveContent extends Component { {getURLHostName(origin)} @@ -519,7 +519,7 @@ export default class ConfirmApproveContent extends Component { {ellipsify(toAddress)} diff --git a/ui/pages/confirm-transaction-base/confirm-transaction-base.component.js b/ui/pages/confirm-transaction-base/confirm-transaction-base.component.js index 2fae7c16f..adbb684c7 100644 --- a/ui/pages/confirm-transaction-base/confirm-transaction-base.component.js +++ b/ui/pages/confirm-transaction-base/confirm-transaction-base.component.js @@ -541,7 +541,7 @@ export default class ConfirmTransactionBase extends Component { {t('transactionDetailDappGasMoreInfo')} diff --git a/ui/pages/first-time-flow/seed-phrase/seed-phrase-intro/seed-phrase-intro.component.js b/ui/pages/first-time-flow/seed-phrase/seed-phrase-intro/seed-phrase-intro.component.js index 9fbdc0115..f410ed305 100644 --- a/ui/pages/first-time-flow/seed-phrase/seed-phrase-intro/seed-phrase-intro.component.js +++ b/ui/pages/first-time-flow/seed-phrase/seed-phrase-intro/seed-phrase-intro.component.js @@ -42,14 +42,14 @@ export default function SeedPhraseIntro() {
{t('seedPhraseIntroTitle')} @@ -104,7 +104,7 @@ export default function SeedPhraseIntro() { @@ -120,7 +120,7 @@ export default function SeedPhraseIntro() { diff --git a/ui/pages/home/home.component.js b/ui/pages/home/home.component.js index 46627c77f..891a17d10 100644 --- a/ui/pages/home/home.component.js +++ b/ui/pages/home/home.component.js @@ -277,14 +277,14 @@ export default class Home extends PureComponent { descriptionText={ <> {t('somethingWentWrong')} diff --git a/ui/pages/keychains/restore-vault.js b/ui/pages/keychains/restore-vault.js index a931a5ac8..52f216818 100644 --- a/ui/pages/keychains/restore-vault.js +++ b/ui/pages/keychains/restore-vault.js @@ -70,13 +70,13 @@ class RestoreVaultPage extends Component { > {`< ${t('back')}`} - + {t('resetWallet')} - + {t('resetWalletSubHeader')} - + {t('resetWalletUsingSRP', [