From 9adad407aee1e2bfe8bc031fd2fbb8b89c23de5f Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Thu, 28 Aug 2025 10:48:56 +0200 Subject: [PATCH] fix: Fix typo in keyboard shortcuts popup (#10581) # Which Problems Are Solved There is a typo in the keyboard shortcuts popup that adds an extra I to the word instance. # How the Problems Are Solved Removed the extra I. (cherry picked from commit cccba3f8f3f34f4fdcc5afcf105974b4cd990588) --- console/src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json index 0f26c4c4375..4e650c280ef 100644 --- a/console/src/assets/i18n/en.json +++ b/console/src/assets/i18n/en.json @@ -709,7 +709,7 @@ "SIDEWIDE": "Site-wide shortcuts", "SHORTCUTS": { "HOME": "Go to Home", - "INSTANCE": "Go to Iinstance", + "INSTANCE": "Go to Instance", "ORG": "Go to Organization", "ORGSETTINGS": "Go to Organization Settings", "ORGSWITCHER": "Change Organization",