aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunixWasTaken <Lunixwastaken@protonmail.com>2022-10-11 22:04:56 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-12 10:11:06 +0300
commitca5efc316b9431746ff886d259275310f63f95fb (patch)
tree028a677a564255a9be9fbc47c5a805eea75af02a
parentf421f2af2df41a86af1aea1e82b4c32a2d143385 (diff)
Typo fix in watermark hint.
-rw-r--r--javascript/hints.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 045f2d3c..b81c181b 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -80,7 +80,7 @@ titles = {
"Scale latent": "Uscale the image in latent space. Alternative is to produce the full image from latent representation, upscale that, and then move it back to latent space.",
"Eta noise seed delta": "If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing.",
- "Do not add watermark to images": "If this option is enabled, watermark will not be added to created images. Warning: if you do not add watermark, you may be bevaing in an unethical manner.",
+ "Do not add watermark to images": "If this option is enabled, watermark will not be added to created images. Warning: if you do not add watermark, you may be behaving in an unethical manner.",
}