mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
Changed name to lowercase.
This commit is contained in:
parent
41567413f2
commit
6ac743901d
6 changed files with 8 additions and 8 deletions
2
LICENSE
2
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
|
||||
|
|
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit e91ad23b9747d424e14566e858b21d59a61d0ee0
|
||||
Subproject commit 4f3c6a8d77f2977c8d5c69690ba4fbe477610f09
|
|
@ -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" />-->
|
||||
|
|
|
@ -121,7 +121,7 @@ export default function Invite() {
|
|||
}
|
||||
}}>
|
||||
{status === ClientStatus.READY
|
||||
? "Login to REVOLT"
|
||||
? "Login to Revolt"
|
||||
: "Accept Invite"}
|
||||
</Button>
|
||||
</>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue