diff --git a/public/locales/en/welcome.json b/public/locales/en/welcome.json index c17413f3..db34ce19 100644 --- a/public/locales/en/welcome.json +++ b/public/locales/en/welcome.json @@ -12,7 +12,7 @@ "welcome": "Welcome to your VoceChat!", "welcome_desc": "Everything in this space is owned by you. Let’s set up your space!", "start": "Start", - "new_server": "Create a new server", + "new_server": "Name your new server", "server_desc": "Servers are shared environments where teams can work on projects and chat.", "placeholder_server": "Enter server name", "create_server": "Create Server", diff --git a/public/locales/pt/welcome.json b/public/locales/pt/welcome.json index 6b370641..427afc4c 100644 --- a/public/locales/pt/welcome.json +++ b/public/locales/pt/welcome.json @@ -12,7 +12,7 @@ "welcome": "Welcome to your VoceChat!", "welcome_desc": "Everything in this space is owned by you. Let’s set up your space!", "start": "Start", - "new_server": "Create a new server", + "new_server": "Name your new server", "server_desc": "Servers are shared environments where teams can work on projects and chat.", "placeholder_server": "Enter server name", "create_server": "Create Server", diff --git a/public/locales/zh/welcome.json b/public/locales/zh/welcome.json index ee1e1eec..f1c9cb7c 100644 --- a/public/locales/zh/welcome.json +++ b/public/locales/zh/welcome.json @@ -12,7 +12,7 @@ "welcome": "欢迎来到你的VoceChat!", "welcome_desc": "在这里,你能掌控一切,开始构建你的空间吧!", "start": "开始", - "new_server": "创建一个新的服务器", + "new_server": "给你的服务器命名", "server_desc": "服务器是你和你的朋友能够沟通的载体", "placeholder_server": "输入服务器名称", "create_server": "创建服务器", diff --git a/src/routes/sendMagicLink/index.tsx b/src/routes/sendMagicLink/index.tsx index 45a1388e..f76509ef 100644 --- a/src/routes/sendMagicLink/index.tsx +++ b/src/routes/sendMagicLink/index.tsx @@ -46,7 +46,7 @@ export default function SendMagicLinkPage() { }; return ( -