diff --git a/LICENSE b/LICENSE
index 54c4750dd972bef4cf27146155d348e647262e39..52b1b3fbb1e959969861e6fc8a899777d25d71a8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     Revite
-    Copyright (C) 2021  REVOLT
+    Copyright (C) 2021 Revolt Communications
 
     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
diff --git a/external/lang b/external/lang
index e91ad23b9747d424e14566e858b21d59a61d0ee0..4f3c6a8d77f2977c8d5c69690ba4fbe477610f09 160000
--- a/external/lang
+++ b/external/lang
@@ -1 +1 @@
-Subproject commit e91ad23b9747d424e14566e858b21d59a61d0ee0
+Subproject commit 4f3c6a8d77f2977c8d5c69690ba4fbe477610f09
diff --git a/index.html b/index.html
index f2eb8d820627c55efe447fc6df92904d666d3a97..9bef75d37c3599bd57159672e742ae5fa91c51a3 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 	<meta charset="UTF-8" />
-	<title>REVOLT</title>
+	<title>Revolt</title>
 	<meta name="apple-mobile-web-app-title" content="Revolt">
 
 	<!--<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />-->
diff --git a/src/pages/invite/Invite.tsx b/src/pages/invite/Invite.tsx
index bb8ecbb829ca0eb1976a6b1ba3a1c4cb8eda3b12..cfabd30b6872266c07d001ab0432b79d78c41b20 100644
--- a/src/pages/invite/Invite.tsx
+++ b/src/pages/invite/Invite.tsx
@@ -121,7 +121,7 @@ export default function Invite() {
                                 }
                             }}>
                             {status === ClientStatus.READY
-                                ? "Login to REVOLT"
+                                ? "Login to Revolt"
                                 : "Accept Invite"}
                         </Button>
                     </>
diff --git a/ui/index.html b/ui/index.html
index fc1e6dc908f66a1f81a4cd2c87f2ba94f7ca3f87..510743535b5604d492b91f90432ca15cfcd451eb 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8" />
     <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>REVOLT UI</title>
+    <title>Revolt UI</title>
   </head>
   <body>
     <div id="app"></div>
diff --git a/vite.config.ts b/vite.config.ts
index 40a1a0a7d9df43b431fec447cf7e0030aff93643..6c627101d218b7a3e52e8c68c153f57ac3c4f000 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -49,9 +49,9 @@ export default defineConfig({
       filename: 'sw.ts',
       strategies: 'injectManifest',
       manifest: {
-        name: isNightly ? "REVOLT nightly" : "REVOLT",
-        short_name: "REVOLT",
-        description: isNightly ? "Early preview builds of REVOLT." : "User-first, privacy-focused chat platform.",
+        name: isNightly ? "Revolt Nightly" : "Revolt",
+        short_name: "Revolt",
+        description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
         categories: ["messaging"],
         start_url: "/",
         display: "standalone",