##// END OF EJS Templates
Remove 'we' from message
Jessica B. Hamrick -
Show More
@@ -187,7 +187,7 b' define(['
187 this.events.on('start_failed.Session',function (session, xhr, status, error) {
187 this.events.on('start_failed.Session',function (session, xhr, status, error) {
188 var msg = $('<div/>');
188 var msg = $('<div/>');
189 msg.append($('<div/>')
189 msg.append($('<div/>')
190 .text('We were unable to start the kernel. This might ' +
190 .text('The kernel could not be started. This might ' +
191 'happen if the notebook was previously run with a kernel ' +
191 'happen if the notebook was previously run with a kernel ' +
192 'that you do not have installed. Please choose a different kernel, ' +
192 'that you do not have installed. Please choose a different kernel, ' +
193 'or install the needed kernel and then refresh this page.')
193 'or install the needed kernel and then refresh this page.')
General Comments 0
You need to be logged in to leave comments. Login now