From 1f7e930137c966d30f77063e7a2240a048b9efc3 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 9 Sep 2026 16:12:45 +0200 Subject: [PATCH] Name the button the room auth screen's licence caption points at The caption said "Join call now"; the form's button reads "Continue". Co-Authored-By: Claude Fable 5.1 --- locales/en/app.json | 2 +- src/room/RoomAuthView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/app.json b/locales/en/app.json index f3d568bb8..0d785f68c 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -190,7 +190,7 @@ "register_heading": "Create your account", "return_home_button": "Return to home screen", "room_auth_view_continue_button": "Continue", - "room_auth_view_ssla_caption": "By clicking \"Join call now\", you agree to our <2>Software and Services License Agreement (SSLA)", + "room_auth_view_ssla_caption": "By clicking \"Continue\", you agree to our <2>Software and Services License Agreement (SSLA)", "screenshare_button_label": "Share screen", "settings": { "advanced_camera_description": "Configure resolution, framerate, bitrate, and codec for camera video. Changes apply on next call join.", diff --git a/src/room/RoomAuthView.tsx b/src/room/RoomAuthView.tsx index cfc99e82d..50302ec18 100644 --- a/src/room/RoomAuthView.tsx +++ b/src/room/RoomAuthView.tsx @@ -85,7 +85,7 @@ export const RoomAuthView: FC = () => { - By clicking "Join call now", you agree to our{" "} + By clicking "Continue", you agree to our{" "} Software and Services License Agreement (SSLA)