We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85b3ba commit 4ffd7a9Copy full SHA for 4ffd7a9
1 file changed
src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts
@@ -163,7 +163,7 @@ abstract class AbstractCellRenderer extends Disposable {
163
if (metadataChanged) {
164
this._metadataStatusSpan.textContent = 'Metadata changed';
165
} else {
166
- this._metadataStatusSpan.textContent = 'Metadata unchanged';
+ this._metadataStatusSpan.textContent = 'Metadata';
167
}
168
169
this._register(this.notebookEditor.onMouseUp(e => {
0 commit comments