diff --git a/index.html b/index.html index 85951a85..f3e8d12f 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - Magic Mirror + MagicMirror² diff --git a/tests/e2e/env_spec.js b/tests/e2e/env_spec.js index 50be0825..9454b92e 100644 --- a/tests/e2e/env_spec.js +++ b/tests/e2e/env_spec.js @@ -50,7 +50,7 @@ describe("Electron app environment", function() { .should.eventually.have.property("height") .and.be.above(0) .browserWindow.getTitle() - .should.eventually.equal("Magic Mirror"); + .should.eventually.equal("MagicMirror²"); }); it("get request from http://localhost:8080 should return 200", function(done) {