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": "登录VoceChat",
"title": "登录{{name}}",
"desc": "请输入用户名密码",
"google": "谷歌登录",
"github": "Github登录",
@@ -10,7 +10,7 @@
"no_account": "没有账号?"
},
"reg": {
"title": "注册VoceChat",
"title": "注册{{name}}",
"desc": "请输入邮箱和密码",
"google": "谷歌注册",
"github": "Github注册",