|
@@ -64,9 +64,10 @@ function _requestLiveStreamId() {
|
64
|
64
|
name="streamId" type="text"
|
65
|
65
|
data-i18n="[placeholder]dialog.streamKey"
|
66
|
66
|
autofocus><div style="text-align: right">
|
67
|
|
- <a class="link" target="_new"
|
68
|
|
- href="https://jitsi.org/live">`+streamIdHelp+
|
69
|
|
- `</a></div>`,
|
|
67
|
+ <a class="helper-link" target="_new"
|
|
68
|
+ href="${interfaceConfig.LIVE_STREAMING_HELP_LINK}">`
|
|
69
|
+ + streamIdHelp
|
|
70
|
+ + `</a></div>`,
|
70
|
71
|
persistent: false,
|
71
|
72
|
buttons: [
|
72
|
73
|
{title: cancelButton, value: false},
|