Improve wording.

This commit is contained in:
Dave Page
2019-01-03 15:24:47 +00:00
parent 7d765fea04
commit 598f69b63d
3 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ class ExecuteQuery {
self.removeGridViewMarker();
if (ExecuteQuery.isSqlCorrect(httpMessageData)) {
self.loadingScreen.setMessage('Waiting for the query execution to complete...');
self.loadingScreen.setMessage('Waiting for the query to complete...');
self.updateSqlEditorStateWithInformationFromServer(httpMessageData.data);
@@ -169,7 +169,7 @@ class ExecuteQuery {
}
initializeExecutionOnSqlEditor(sqlStatement) {
this.loadingScreen.show('Initializing query execution...');
this.loadingScreen.show('Running query...');
$('#btn-flash').prop('disabled', true);