diff --git a/react/src/components/dashboard/settings/settings.render.js b/react/src/components/dashboard/settings/settings.render.js
index 6163299..3c6feca 100644
--- a/react/src/components/dashboard/settings/settings.render.js
+++ b/react/src/components/dashboard/settings/settings.render.js
@@ -54,7 +54,7 @@ export const SettingsRender = function() {
                   }
                   { !this.props.disableWalletSpecificUI &&
                     <PanelSection
-                      title={ translate('INDEX.WALLET_BACKUP') }
+                      title={ translate('INDEX.FIAT_CURRENCY') }
                       icon="icon fa-money">
                       <FiatCurrencyPanel />
                     </PanelSection>