diff --git a/src/demo.ts b/src/demo.ts
index c0b46c480..cb812b07b 100644
--- a/src/demo.ts
+++ b/src/demo.ts
@@ -95,7 +95,7 @@ menu.addAction(quitAction);
menu.setTitle("TestMenu");
const label = new QLabel();
label.setOpenExternalLinks(true);
-label.setText(`Yolo`);
+label.setText(`Google`);
label.show();
(global as any).label = label;
win.setWindowTitle("NodeGUI Demo");