mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
compose: Change video call url text to "Join video call.".
Earlier it was "Click here to join video call".
This commit is contained in:
@@ -380,7 +380,7 @@ export function update_email(user_id, new_email) {
|
||||
}
|
||||
|
||||
function insert_video_call_url(url, target_textarea) {
|
||||
const link_text = $t({defaultMessage: "Click to join video call"});
|
||||
const link_text = $t({defaultMessage: "Join video call."});
|
||||
compose_ui.insert_syntax_and_focus(`[${link_text}](${url})`, target_textarea, "block", 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user