Skip to content

Commit a15c976

Browse files
committed
Remove "Enterprise" from product name
1 parent 778d00b commit a15c976

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.2.0",
55
"main": "main.js",
66
"electron_version": "0.29.2",
7-
"product_name": "MongoDB Enterprise Scout",
7+
"product_name": "MongoDB Scout",
88
"authors": "MongoDB Inc.",
99
"check": {
1010
"ignore": [

src/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
doctype html
22
html(lang='en')
33
head
4-
title MongoDB Enterprise Scout
4+
title MongoDB Scout
55
meta(http-equiv="Content-Security-Policy", content="default-src *; script-src 'self' http://localhost:35729; style-src 'self' 'unsafe-inline';")
66

77
meta(name='viewport', content='initial-scale=1')

tasks/darwin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var CONFIG = module.exports = {
3636
schemes: ['mongodb']
3737
}
3838
],
39-
// The following only modifies "y" values from defaults
39+
// The following only modifies "x","y" values from defaults
4040
contents: [
4141
{
4242
x: 450,
@@ -46,7 +46,7 @@ var CONFIG = module.exports = {
4646
},
4747
{
4848
x: 192,
49-
y: 334,
49+
y: 344,
5050
type: 'file',
5151
path: path.resolve(process.cwd(), APP_PATH)
5252
}

0 commit comments

Comments
 (0)