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 <noreply@anthropic.com>
This commit is contained in:
Quentin Gliech
2026-09-09 22:44:59 +02:00
co-authored by Claude Fable 5.1
parent a7fdade61a
commit 1f7e930137
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
"register_heading": "Create your account", "register_heading": "Create your account",
"return_home_button": "Return to home screen", "return_home_button": "Return to home screen",
"room_auth_view_continue_button": "Continue", "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)</2>", "room_auth_view_ssla_caption": "By clicking \"Continue\", you agree to our <2>Software and Services License Agreement (SSLA)</2>",
"screenshare_button_label": "Share screen", "screenshare_button_label": "Share screen",
"settings": { "settings": {
"advanced_camera_description": "Configure resolution, framerate, bitrate, and codec for camera video. Changes apply on next call join.", "advanced_camera_description": "Configure resolution, framerate, bitrate, and codec for camera video. Changes apply on next call join.",
+1 -1
View File
@@ -85,7 +85,7 @@ export const RoomAuthView: FC = () => {
</FieldRow> </FieldRow>
<Text size="sm"> <Text size="sm">
<Trans i18nKey="room_auth_view_ssla_caption"> <Trans i18nKey="room_auth_view_ssla_caption">
By clicking "Join call now", you agree to our{" "} By clicking "Continue", you agree to our{" "}
<ExternalLink href={Config.get().ssla}> <ExternalLink href={Config.get().ssla}>
Software and Services License Agreement (SSLA) Software and Services License Agreement (SSLA)
</ExternalLink> </ExternalLink>