diff --git a/lib/gui/app/index.dev.html b/lib/gui/app/index.dev.html
index 23e05876..b11aab02 100644
--- a/lib/gui/app/index.dev.html
+++ b/lib/gui/app/index.dev.html
@@ -2,7 +2,7 @@
- Etcher
+ balenaEtcher
diff --git a/lib/gui/app/index.html b/lib/gui/app/index.html
index 375512ca..e98a9295 100644
--- a/lib/gui/app/index.html
+++ b/lib/gui/app/index.html
@@ -2,7 +2,7 @@
- Etcher
+ balenaEtcher
diff --git a/tests/spectron/runner.spec.ts b/tests/spectron/runner.spec.ts
index 6bda036d..a466e591 100644
--- a/tests/spectron/runner.spec.ts
+++ b/tests/spectron/runner.spec.ts
@@ -59,7 +59,7 @@ if (platform() !== 'darwin') {
it('should set a proper title', async () => {
// @ts-ignore (SpectronClient.getTitle exists)
- return expect(await app.client.getTitle()).to.equal('Etcher');
+ return expect(await app.client.getTitle()).to.equal('balenaEtcher');
});
});
});