1 files changed, 4 insertions, 3 deletions
diff --git a/src/bundle/stats.ts b/src/bundle/stats.ts
index 6e5bed36..b690eb75 100644
--- a/src/bundle/stats.ts
+++ b/src/bundle/stats.ts
@@ -1,6 +1,6 @@
/*
- Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
- Copyright (C) 2023 Fosscord and Fosscord Contributors
+ Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+ Copyright (C) 2023 Spacebar and Spacebar Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
@@ -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.`,
),
);
}
|