From 6ac743901d69698318ff9feb47eb9b2713f34519 Mon Sep 17 00:00:00 2001 From: nizune <9-nizune@users.noreply.gitlab.insrt.uk> Date: Thu, 8 Jul 2021 00:01:27 +0200 Subject: [PATCH] Changed name to lowercase. --- LICENSE | 2 +- external/lang | 2 +- index.html | 2 +- src/pages/invite/Invite.tsx | 2 +- ui/index.html | 2 +- vite.config.ts | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 54c4750d..52b1b3fb 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 e91ad23b..4f3c6a8d 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit e91ad23b9747d424e14566e858b21d59a61d0ee0 +Subproject commit 4f3c6a8d77f2977c8d5c69690ba4fbe477610f09 diff --git a/index.html b/index.html index f2eb8d82..9bef75d3 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - REVOLT + Revolt diff --git a/src/pages/invite/Invite.tsx b/src/pages/invite/Invite.tsx index bb8ecbb8..cfabd30b 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"} diff --git a/ui/index.html b/ui/index.html index fc1e6dc9..51074353 100644 --- a/ui/index.html +++ b/ui/index.html @@ -4,7 +4,7 @@ - REVOLT UI + Revolt UI
diff --git a/vite.config.ts b/vite.config.ts index 40a1a0a7..6c627101 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",