提交 89be1232 编写于 作者: J Joao Moreno

fixes #13178

上级 62279723
......@@ -165,7 +165,7 @@ export class ExtensionEditor extends BaseEditor {
const details = append(header, $('.details'));
const title = append(details, $('.title'));
this.name = append(title, $('span.name.clickable'));
this.identifier = append(title, $('span.identifier'));
this.identifier = append(title, $('span.identifier', { title: localize('extension id', "Extension identifier") }));
const subtitle = append(details, $('.subtitle'));
this.publisher = append(subtitle, $('span.publisher.clickable'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册