Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli-repl/src/cli-repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class CliRepl {
*/
greet(): void {
const { version } = require('../package.json');
console.log(`Using MongoDB: ${this.internalState.connectionInfo.buildInfo.version}`);
console.log(`Using MongoDB: ${this.internalState.connectionInfo.buildInfo.version}`);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is super pedantic, but I just really like when all the values in the greeting message align ✨

console.log(`${clr('Using Mongosh Beta', ['bold', 'yellow'])}: ${version}`);
console.log(`${MONGOSH_WIKI}`);
if (!this.disableGreetingMessage) console.log(TELEMETRY);
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/src/locales/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const translations = {
enabledTelemetry: 'Telemetry is now enabled.',
disabledTelemetry: 'Telemetry is now disabled.',
wiki: {
info: 'For more information about mongosh, please see the wiki:',
link: 'github.com/mongodb-js/mongosh/wiki'
info: 'For more information about mongosh, please see our docs:',
link: 'https://docs.mongodb.com/mongodb-shell/'
}
},
'uri-generator': {
Expand Down