From 3efa0242442a8fcd1b25e09da08325a06fed1e33 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Sun, 1 Jun 2025 16:46:22 -0400 Subject: [PATCH] added translation --- src/i18n/locales/en/ui.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/en/ui.json b/src/i18n/locales/en/ui.json index 17bf2ca5..292f6927 100644 --- a/src/i18n/locales/en/ui.json +++ b/src/i18n/locales/en/ui.json @@ -157,6 +157,7 @@ "changeTheme": "Change Color Scheme" }, "footer": { - "text": "Powered by <0>▲ Vercel | Meshtastic® is a registered trademark of Meshtastic LLC. | <1>Legal Information" + "text": "Powered by <0>▲ Vercel | Meshtastic® is a registered trademark of Meshtastic LLC. | <1>Legal Information", + "commitSha": "Commit SHA: {{sha}}" } }