Browse Source

Fix panel heading

all-modes^2
Miika Turunen 7 years ago
parent
commit
6e7ef294d8
  1. 2
      react/src/components/dashboard/settings/settings.render.js

2
react/src/components/dashboard/settings/settings.render.js

@ -54,7 +54,7 @@ export const SettingsRender = function() {
} }
{ !this.props.disableWalletSpecificUI && { !this.props.disableWalletSpecificUI &&
<PanelSection <PanelSection
title={ translate('INDEX.WALLET_BACKUP') } title={ translate('INDEX.FIAT_CURRENCY') }
icon="icon fa-money"> icon="icon fa-money">
<FiatCurrencyPanel /> <FiatCurrencyPanel />
</PanelSection> </PanelSection>

Loading…
Cancel
Save