chore: server name in login and reg page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user