Network settings - Fix typo.

The 'Please restart' text should be part of the note, not the label
This commit is contained in:
JeLuF 2023-05-21 17:59:06 +02:00
parent 566cb55f36
commit cac4bd11d2

View File

@ -181,8 +181,8 @@ var PARAMETERS = [
{
id: "listen_to_network",
type: ParameterType.checkbox,
label: "Make Stable Diffusion available on your network. Please restart the program after changing this.",
note: "Other devices on your network can access this web page",
label: "Make Stable Diffusion available on your network",
note: "Other devices on your network can access this web page. Please restart the program after changing this.",
icon: "fa-network-wired",
default: true,
saveInAppConfig: true,