peertube
Namekuji 2023-01-19 14:07:25 -05:00
rodzic 9c5e5f2d7c
commit 7ceb656bdf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -357,7 +357,7 @@ func joinRoomHandler(c echo.Context) (err error) {
header := localizer.MustLocalize(&i18n.LocalizeConfig{
DefaultMessage: &i18n.Message{
ID: "Advertise",
Other: "@{{.Host}} is now hosting Audon!",
Other: "@{{.Host}} is streaming now!",
},
TemplateData: map[string]string{
"Host": room.Host.Webfinger,