From 4ffd7a9e1b02a31dc63deefa729bf34d64a65da2 Mon Sep 17 00:00:00 2001 From: rebornix Date: Mon, 24 Aug 2020 12:24:18 -0700 Subject: [PATCH] :lipstick: --- .../workbench/contrib/notebook/browser/diff/cellComponents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts b/src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts index 2516fa3f3a5..f65fa0e43ce 100644 --- a/src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts +++ b/src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts @@ -163,7 +163,7 @@ abstract class AbstractCellRenderer extends Disposable { if (metadataChanged) { this._metadataStatusSpan.textContent = 'Metadata changed'; } else { - this._metadataStatusSpan.textContent = 'Metadata unchanged'; + this._metadataStatusSpan.textContent = 'Metadata'; } this._register(this.notebookEditor.onMouseUp(e => {