Skip to content

fix: use correct translation key for nav.close#964

Closed
reppiz wants to merge 4 commits into
Termix-SSH:dev-2.5.0from
reppiz:fix/incorrect-translation-key
Closed

fix: use correct translation key for nav.close#964
reppiz wants to merge 4 commits into
Termix-SSH:dev-2.5.0from
reppiz:fix/incorrect-translation-key

Conversation

@reppiz

@reppiz reppiz commented Jun 26, 2026

Copy link
Copy Markdown

Overview

Fixed invalid translation key for close tab. nav.closeTab doesn't exist in the JSON locale files. There is a nav.close so I imagine this what we want.

Using nav.closeTab shows up as text when right clicking the existing connection tabs.

Changes Made

/src/ui/shell/TabBar.tsx

changed line 565 from {t("nav.closeTab")} to {t("nav.close")}.

LukeGus and others added 4 commits June 26, 2026 02:36
nav.closeTab doesn't exist in the en.json locale file. There is a nav.close so I imagine this what we want. 

Using nav.closeTab shows up as text when right clicking the existing connection tabs.
@LukeGus LukeGus changed the base branch from main to dev-2.5.0 June 28, 2026 07:03
@LukeGus

LukeGus commented Jun 28, 2026

Copy link
Copy Markdown
Member

LGTM, thanks

@LukeGus LukeGus closed this Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants