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 54c4750..52b1b3f 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 e91ad23..4f3c6a8 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit e91ad23b9747d424e14566e858b21d59a61d0ee0 +Subproject commit 4f3c6a8d77f2977c8d5c69690ba4fbe477610f09 diff --git a/index.html b/index.html index f2eb8d8..9bef75d 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 bb8ecbb..cfabd30 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 fc1e6dc..5107435 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 40a1a0a..6c62710 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", -- GitLab