Skip to content

Commit 4ffd7a9

Browse files
committed
💄
1 parent e85b3ba commit 4ffd7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ abstract class AbstractCellRenderer extends Disposable {
163163
if (metadataChanged) {
164164
this._metadataStatusSpan.textContent = 'Metadata changed';
165165
} else {
166-
this._metadataStatusSpan.textContent = 'Metadata unchanged';
166+
this._metadataStatusSpan.textContent = 'Metadata';
167167
}
168168

169169
this._register(this.notebookEditor.onMouseUp(e => {

0 commit comments

Comments
 (0)