diff options
author | Dan Miller <danjm.com@gmail.com> | 2018-08-06 22:17:58 +0800 |
---|---|---|
committer | Dan Miller <danjm.com@gmail.com> | 2018-12-04 11:36:04 +0800 |
commit | 88d8eb289edd7bec86993aac946ac85e4e5219ec (patch) | |
tree | 2b912e97aedd2b7f2f9d25d83c03222fad100cfb /ui | |
parent | f9aa5a70defdad3ce13a257dc689add1d4b7d736 (diff) | |
download | tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.tar tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.tar.gz tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.tar.bz2 tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.tar.lz tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.tar.xz tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.tar.zst tangerine-wallet-browser-88d8eb289edd7bec86993aac946ac85e4e5219ec.zip |
Use correct message key in gas-modal-page-container.component.js
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js b/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js index dfc011c1e..51a202df1 100644 --- a/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js +++ b/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js @@ -68,7 +68,7 @@ export default class GasModalPageContainer extends Component { return ( <PageContainer title={this.context.t('customGas')} - subtitle={this.context.t('customGasSpeedUp')} + subtitle={this.context.t('customGasSubTitle')} tabsComponent={this.renderTabs()} disabled={false} onCancel={() => hideModal()} |