Fix UI and doc of Share local network

This commit is contained in:
Bruno Herbelin
2022-08-04 00:22:38 +02:00
parent 6712f1383e
commit f521ca1118
6 changed files with 2 additions and 6 deletions

View File

@@ -292,7 +292,7 @@ void NetworkStream::update()
}
}
else {
Log::Warning("Connection was rejected by %s.\nMake sure it accepts connection and try again.", streamer_.name.c_str());
Log::Warning("Connection was rejected by %s.\nMake sure Sharing on local network is enabled and try again.", streamer_.name.c_str());
failed_=true;
}
}