Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Oct 27, 2020
1 parent 93e3ccf commit 8b66039
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
"affirmAgree": {
"message": "I Agree"
},
"aggregatorFeeCost": {
"message": "Aggregator network fee"
},
"alertDisableTooltip": {
"message": "This can be changed in \"Settings > Alerts\""
},
Expand Down Expand Up @@ -129,14 +132,11 @@
"message": "MetaMask",
"description": "The name of the application"
},
"approvalTxGasCost": {
"message": "Approval Tx Gas Cost"
},
"approvalAndAggregatorTxFeeCost": {
"message": "Approval and aggregator network fee"
},
"aggregatorFeeCost": {
"message": "Aggregator network fee"
"approvalTxGasCost": {
"message": "Approval Tx Gas Cost"
},
"approve": {
"message": "Approve spend limit"
Expand Down Expand Up @@ -1691,9 +1691,6 @@
"swapFinalizing": {
"message": "Finalizing..."
},
"swapNetworkFeeSummary": {
"message": "The network fee covers the cost of processing your swap and storing it on the Ethereum network. MetaMask does not profit from this fee."
},
"swapGetQuotes": {
"message": "Get quotes"
},
Expand Down Expand Up @@ -1742,6 +1739,9 @@
"message": "$1 quotes available",
"description": "$1 is the number of quotes that the user can select from when opening the list of quotes on the 'view quote' screen"
},
"swapNetworkFeeSummary": {
"message": "The network fee covers the cost of processing your swap and storing it on the Ethereum network. MetaMask does not profit from this fee."
},
"swapNewQuoteIn": {
"message": "New quotes in $1",
"description": "Tells the user the amount of time until the currently displayed quotes are update. $1 is a time that is counting down from 1:00 to 0:00"
Expand Down

0 comments on commit 8b66039

Please sign in to comment.