summary refs log tree commit diff
path: root/src/bundle/stats.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle/stats.ts')
-rw-r--r--src/bundle/stats.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bundle/stats.ts b/src/bundle/stats.ts
index 0073515e..b690eb75 100644
--- a/src/bundle/stats.ts
+++ b/src/bundle/stats.ts
@@ -33,7 +33,8 @@ export function initStats() {
 	if (process.getuid && process.getuid() === 0) {
 		console.warn(
 			red(
-				`[Process] Warning fosscord is running as root, this highly discouraged and might expose your system vulnerable to attackers. Please run fosscord as a user without root privileges.`,
+				`[Process] Warning Spacebar is running as root, this highly discouraged and might expose your system vulnerable to attackers.` +
+					`Please run Spacebar as a user without root privileges.`,
 			),
 		);
 	}