Skip to content

Commit

Permalink
Don't use abbreviations in user-facing is-connecting message (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz authored Feb 17, 2020
1 parent 2984542 commit cef4bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keystone/bin/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h1>Keystone is <span id="status">loading...</span></h1>
break;
}
case 'db-connect': {
statusEl.innerHTML = 'connecting to the DB...';
statusEl.innerHTML = 'connecting to the database...';
break;
}
case 'start-server':
Expand Down

0 comments on commit cef4bd1

Please sign in to comment.