chore: fix typos
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"title": "Login to VoceChat",
|
||||
"desc": "Please enter your details.",
|
||||
"google": "Sign in with Google",
|
||||
"github": "Sign in with Github",
|
||||
"github": "Sign in with GitHub",
|
||||
"metamask": "Sign in with MetaMask",
|
||||
"password": "Sign in with Password",
|
||||
"oidc": "Sign in with OIDC",
|
||||
@@ -13,7 +13,7 @@
|
||||
"title": "Sign Up to VoceChat",
|
||||
"desc": "Please enter your details.",
|
||||
"google": "Sign Up with Google",
|
||||
"github": "Sign Up with Github",
|
||||
"github": "Sign Up with GitHub",
|
||||
"metamask": "Sign Up with MetaMask",
|
||||
"oidc": "Sign Up with OIDC",
|
||||
"have_account": "Have an account?"
|
||||
|
||||
@@ -167,8 +167,8 @@
|
||||
"magic_link_desc": "Allows members login with Magic Link.",
|
||||
"google": "Google",
|
||||
"google_desc": "Allows members login with Google.",
|
||||
"github": "Github",
|
||||
"github_desc": "Allows members login with Github.",
|
||||
"github": "GitHub",
|
||||
"github_desc": "Allows members login with GitHub.",
|
||||
"metamask": "Metamask",
|
||||
"metamask_desc": "Allows members login with Metamask.",
|
||||
"oidc": "OIDC",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"title": "注册设置",
|
||||
"desc": "允许什么方式注册",
|
||||
"everyone": "每个人",
|
||||
"invite": "邀请连接"
|
||||
"invite": "邀请链接"
|
||||
},
|
||||
"guest_mode": {
|
||||
"title": "访客模式",
|
||||
@@ -158,11 +158,11 @@
|
||||
"login": {
|
||||
"password": "密码登录",
|
||||
"password_desc": "允许用户使用密码登录",
|
||||
"magic_link": "邀请连接",
|
||||
"magic_link": "邀请链接",
|
||||
"magic_link_desc": "允许用户使用邀请链接登录",
|
||||
"google": "谷歌登录",
|
||||
"google_desc": "允许用户谷歌登录",
|
||||
"github": "Github",
|
||||
"github": "GitHub",
|
||||
"github_desc": "允许用户使用GitHub登录",
|
||||
"metamask": "Metamask",
|
||||
"metamask_desc": "允许用户使用Metamask登录",
|
||||
|
||||
Reference in New Issue
Block a user