From 1995e05bb6dea475c73e0fc091437b8f8db896ac Mon Sep 17 00:00:00 2001 From: Benjamin Bourgeois Date: Fri, 31 Dec 2021 10:56:25 +0100 Subject: [PATCH] fix en message in edit-gas-fee-popover --- app/_locales/en/messages.json | 4 ++++ app/_locales/fr/messages.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 982e8ebc973a..909db76e8c8b 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1828,6 +1828,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" }, diff --git a/app/_locales/fr/messages.json b/app/_locales/fr/messages.json index 5844ab461e42..54fd9d06ed9a 100644 --- a/app/_locales/fr/messages.json +++ b/app/_locales/fr/messages.json @@ -1682,6 +1682,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" },