diff --git a/tabby-ssh/src/components/sshProfileSettings.component.ts b/tabby-ssh/src/components/sshProfileSettings.component.ts index a446762c1a..105c29fc75 100644 --- a/tabby-ssh/src/components/sshProfileSettings.component.ts +++ b/tabby-ssh/src/components/sshProfileSettings.component.ts @@ -67,7 +67,7 @@ export class SSHProfileSettingsComponent { } getJumpHostLabel (p: PartialProfile) { - return p.group ? `${p.group} / ${p.name}` : p.name + return p.group ? `${this.profilesService.resolveProfileGroupName(p.group)} / ${p.name}` : p.name } async setPassword () {