From d91c554fca6330372bf94733bca1acbfae9050ab Mon Sep 17 00:00:00 2001 From: James George <25279263+jamesgeorge007@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:08:35 +0530 Subject: [PATCH] chore: cleanup organization sidebar i18n strings - Remove unused i18n keys (organizations, no_orgs, expand, collapse, status badges). - Consolidate inactive org tooltips into single key. - Simplify `multi_account_notice` text for clarity. --- packages/hoppscotch-common/locales/en.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index da139fcc..0ea00365 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -2216,19 +2216,13 @@ "organization_sidebar": { "instances": "Instances", "hoppscotch": "Hoppscotch", - "organizations": "Organizations", "admin": "Admin", - "no_orgs": "No organizations yet", "no_orgs_title": "No organizations yet", "no_orgs_description": "Join or create an organization to collaborate with your team", "error_loading": "Failed to load organizations", - "expand": "Expand sidebar", - "collapse": "Collapse sidebar", - "status_canceled": "Canceled", - "status_inactive": "Inactive", - "status_canceled_tooltip": "Subscription canceled - Contact support to reactivate this workspace", - "status_inactive_tooltip": "This organization is temporarily inactive - Contact support for assistance", - "multi_account_notice": "Note: Each organization instance maintains its own authentication state. If you've signed in with different accounts across instances, accessing an instance from the sidebar will load with the account currently logged in on that instance, not necessarily the account you're switching from." + "inactive_orgs": "Inactive Organizations", + "multi_account_notice": "Each organization keeps its own login, using the last account accessed.", + "inactive_orgs_tooltip": "Contact support for assistance." }, "billing": { "confirm": {