提交 4ef381cb 编写于 作者: A Alex Ross

Forwarded Ports -> Ports

上级 3305ae77
......@@ -443,7 +443,7 @@ class TunnelDataTree extends WorkbenchAsyncDataTree<any, any, any> { }
export class TunnelPanel extends ViewPane {
static readonly ID = TUNNEL_VIEW_ID;
static readonly TITLE = nls.localize('remote.tunnel', "Forwarded Ports");
static readonly TITLE = nls.localize('remote.tunnel', "Ports");
private tree!: TunnelDataTree;
private tunnelTypeContext: IContextKey<TunnelType>;
private tunnelCloseableContext: IContextKey<boolean>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册