Magic Mirror -> MagicMirror²

Consistent spelling
This commit is contained in:
Kristjan SCHMIDT
2022-01-26 23:09:26 +01:00
parent 4b381f33b5
commit a5668b1b99
90 changed files with 94 additions and 93 deletions

View File

@@ -12,7 +12,7 @@ describe("Check configuration without modules", function () {
it("Show the message MagicMirror title", function () {
helpers.waitForElement("#module_1_helloworld .module-content").then((elem) => {
expect(elem).not.toBe(null);
expect(elem.textContent).toContain("Magic Mirror2");
expect(elem.textContent).toContain("MagicMirror²");
});
});