diff --git a/src/components/Cloud/ServiceAuth.tsx b/src/components/Cloud/ServiceAuth.tsx index cbd3126d..d987a15f 100644 --- a/src/components/Cloud/ServiceAuth.tsx +++ b/src/components/Cloud/ServiceAuth.tsx @@ -210,15 +210,31 @@ const ServiceAuth = memo( /> )} - {/* Privacy Policy Link */} - +
+ {/* EULA Link */} + + + + | + + + {/* Privacy Policy Link */} + +
)} diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 8df31aa7..b2cfee06 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -459,7 +459,8 @@ "login": "Login", "cancel": "Cancel", "copyUrl": "Copy URL", - "privacyPolicy": "EULA | Privacy Policy", + "eula": "EULA", + "privacyPolicy": "Privacy Policy", "connect": { "back": "Back", "title": "Connecting to Your Coco-Server", diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index 7e1546f2..cfba49a8 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -459,7 +459,8 @@ "login": "登录", "cancel": "取消", "copyUrl": "复制链接", - "privacyPolicy": "用户协议 | 隐私政策", + "eula": "用户协议", + "privacyPolicy": "隐私政策", "connect": { "back": "返回", "title": "连接到您的 Coco-Server",