Skip to content

Commit

Permalink
fix en message in edit-gas-fee-popover
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois committed Dec 31, 2021
1 parent 48e4078 commit 63ffee2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,10 @@
"learnMore": {
"message": "learn more"
},
"learnMoreAboutGas": {
"message": "Want to $1 about gas?",
"description": "$1 will be replaced by the learnMore translation key"
},
"learnMoreUpperCase": {
"message": "Learn more"
},
Expand Down
4 changes: 4 additions & 0 deletions app/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,10 @@
"learnMore": {
"message": "En savoir plus"
},
"learnMoreAboutGas": {
"message": "$1 à propos des frais de gaz?",
"description": "$1 will be replaced by the learnMore translation key"
},
"learnMoreUpperCase": {
"message": "En savoir plus"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const EditGasFeePopover = () => {
variant={TYPOGRAPHY.H7}
>
<I18nValue
messageKey="learmMoreAboutGas"
messageKey="learnMoreAboutGas"
options={[
<a
key="learnMoreLink"
Expand Down

0 comments on commit 63ffee2

Please sign in to comment.