diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index b78bfdad36..9e53b65295 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -77,7 +77,7 @@ class CompileTab extends CompilerApi { listenToEvents () { let onContentChanged = () => { - this.events.emit('statusChanged', {key: 'code', title: 'content changed, needs recompilation', type: 'info'}) + this.events.emit('statusChanged', {key: 'code', title: 'the content has changed, needs recompilation', type: 'info'}) } this.editor.event.register('contentChanged', onContentChanged) this.editor.event.register('sessionSwitched', onContentChanged)