mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-24 03:18:29 +02:00
Network settings - Fix typo.
The 'Please restart' text should be part of the note, not the label
This commit is contained in:
parent
566cb55f36
commit
cac4bd11d2
@ -181,8 +181,8 @@ var PARAMETERS = [
|
|||||||
{
|
{
|
||||||
id: "listen_to_network",
|
id: "listen_to_network",
|
||||||
type: ParameterType.checkbox,
|
type: ParameterType.checkbox,
|
||||||
label: "Make Stable Diffusion available on your network. Please restart the program after changing this.",
|
label: "Make Stable Diffusion available on your network",
|
||||||
note: "Other devices on your network can access this web page",
|
note: "Other devices on your network can access this web page. Please restart the program after changing this.",
|
||||||
icon: "fa-network-wired",
|
icon: "fa-network-wired",
|
||||||
default: true,
|
default: true,
|
||||||
saveInAppConfig: true,
|
saveInAppConfig: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user