Skip to content

Commit d91c554

Browse files
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.
1 parent 442242c commit d91c554

File tree

1 file changed

+3
-9
lines changed
  • packages/hoppscotch-common/locales

1 file changed

+3
-9
lines changed

packages/hoppscotch-common/locales/en.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,19 +2216,13 @@
22162216
"organization_sidebar": {
22172217
"instances": "Instances",
22182218
"hoppscotch": "Hoppscotch",
2219-
"organizations": "Organizations",
22202219
"admin": "Admin",
2221-
"no_orgs": "No organizations yet",
22222220
"no_orgs_title": "No organizations yet",
22232221
"no_orgs_description": "Join or create an organization to collaborate with your team",
22242222
"error_loading": "Failed to load organizations",
2225-
"expand": "Expand sidebar",
2226-
"collapse": "Collapse sidebar",
2227-
"status_canceled": "Canceled",
2228-
"status_inactive": "Inactive",
2229-
"status_canceled_tooltip": "Subscription canceled - Contact support to reactivate this workspace",
2230-
"status_inactive_tooltip": "This organization is temporarily inactive - Contact support for assistance",
2231-
"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."
2223+
"inactive_orgs": "Inactive Organizations",
2224+
"multi_account_notice": "Each organization keeps its own login, using the last account accessed.",
2225+
"inactive_orgs_tooltip": "Contact support for assistance."
22322226
},
22332227
"billing": {
22342228
"confirm": {

0 commit comments

Comments
 (0)