From cf7c86048930c54409a60e5eab09582ef4332cfc Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:52:19 -0700 Subject: [PATCH] Add translation for "more info" on join page --- www/i18n/en.json | 1 + www/js/onboarding/WelcomePage.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/i18n/en.json b/www/i18n/en.json index 549596c57..9a1fadec7 100644 --- a/www/i18n/en.json +++ b/www/i18n/en.json @@ -372,6 +372,7 @@ "paste-code": "Paste code", "scan-hint": "Scan the barcode with your phone camera", "paste-hint": "Or, paste the code as text", + "more-info": "More Info", "about-app-title": "About {{appName}}", "about-app-para-1": "The National Renewable Energy Laboratory’s Open Platform for Agile Trip Heuristics (NREL OpenPATH) enables people to track their travel modes—car, bus, bike, walking, etc.—and measure their associated energy use and carbon footprint.", "about-app-para-2": "The app empowers communities to understand their travel mode choices and patterns, experiment with options to make them more sustainable, and evaluate the results. Such results can inform effective transportation policy and planning and be used to build more sustainable and accessible cities.", diff --git a/www/js/onboarding/WelcomePage.tsx b/www/js/onboarding/WelcomePage.tsx index 35512c5e2..f552a56a7 100644 --- a/www/js/onboarding/WelcomePage.tsx +++ b/www/js/onboarding/WelcomePage.tsx @@ -100,7 +100,7 @@ const WelcomePage = () => {