Skip to content

Commit

Permalink
Fix grammar error in Current Conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
alextsg committed Jan 17, 2019
1 parent 508889c commit 870a08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@
"message": "Crypto",
"description": "Exchange type (cryptocurrencies)"
},
"currentConversion": {
"message": "Current Conversion"
"currencyConversion": {
"message": "Currency Conversion"
},
"currentLanguage": {
"message": "Current Language"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class SettingsTab extends PureComponent {
return (
<div className="settings-page__content-row">
<div className="settings-page__content-item">
<span>{ t('currentConversion') }</span>
<span>{ t('currencyConversion') }</span>
<span className="settings-page__content-description">
{ t('updatedWithDate', [Date(conversionDate)]) }
</span>
Expand Down

0 comments on commit 870a08e

Please sign in to comment.