diff --git a/UI/window-basic-auto-config.cpp b/UI/window-basic-auto-config.cpp index 40e8bb5c2..a72768c43 100644 --- a/UI/window-basic-auto-config.cpp +++ b/UI/window-basic-auto-config.cpp @@ -582,6 +582,13 @@ void AutoConfigStreamPage::UpdateKeyLink() text += QTStr( "Basic.AutoConfig.StreamPage.StreamKey.LinkToSite"); text += ""; + } else if (serviceName == "Facebook Live") { + text += " "; + text += QTStr( + "Basic.AutoConfig.StreamPage.StreamKey.LinkToSite"); + text += ""; } if (isYoutube) { diff --git a/UI/window-basic-settings-stream.cpp b/UI/window-basic-settings-stream.cpp index e98488e3b..f09508462 100644 --- a/UI/window-basic-settings-stream.cpp +++ b/UI/window-basic-settings-stream.cpp @@ -205,6 +205,13 @@ void OBSBasicSettings::UpdateKeyLink() text += QTStr( "Basic.AutoConfig.StreamPage.StreamKey.LinkToSite"); text += ""; + } else if (serviceName == "Facebook Live") { + text += " "; + text += QTStr( + "Basic.AutoConfig.StreamPage.StreamKey.LinkToSite"); + text += ""; } ui->streamKeyLabel->setText(text);