提交 a79af6ef 编写于 作者: M Matt Bierner

Make sure we localize the default label

上级 efd7548d
......@@ -617,7 +617,7 @@ class MainThreadCustomEditorModel extends Disposable implements ICustomEditorMod
this._undoService.pushElement({
type: UndoRedoElementType.Resource,
resource: this.resource,
label: label ?? 'Edit',
label: label ?? localize('defaultEditLabel', "Edit"),
undo: async () => {
if (!this._editable) {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册