chore: server name in login and reg page

This commit is contained in:
Tristan Yang
2023-03-07 17:31:48 +08:00
parent 9b379e9561
commit 1e69d534ec
4 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"login": {
"title": "Login to VoceChat",
"title": "Login to {{name}}",
"desc": "Please enter your details.",
"google": "Sign in with Google",
"github": "Sign in with GitHub",
@@ -10,7 +10,7 @@
"no_account": "Don't have an account?"
},
"reg": {
"title": "Sign Up to VoceChat",
"title": "Sign Up to {{name}}",
"desc": "Please enter your details.",
"google": "Sign Up with Google",
"github": "Sign Up with GitHub",