aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrackfoo <info@zpool.ca>2022-10-13 20:26:54 -0700
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-14 07:22:53 +0300
commit494afccbc1d7b0aca4ffeb3d8354b09c414d95f4 (patch)
tree9098321a32eb5f049e1273407c26f8246d0ade55
parent08b3f7aef15f74f4d2254b1274dd66fcc7940348 (diff)
Update hints.js
typo
-rw-r--r--javascript/hints.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index f65e7b88..94438c5c 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -83,7 +83,7 @@ titles = {
"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.",
"Filename word regex": "This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.",
- "Filename join string": "This string will be used to hoin split words into a single line if the option above is enabled.",
+ "Filename join string": "This string will be used to join split words into a single line if the option above is enabled.",
"Quicksettings list": "List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply."
}