aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorTaithrah <Taithrah@users.noreply.github.com>2022-10-13 10:43:57 -0400
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-13 18:03:56 +0300
commitdccc181b55100b09182c1679c8dd75011aad7335 (patch)
treef7be878bfa74913a8e755db85d788537fdd20f12 /javascript
parente548fc4aca19e58fa97da5404a2116915eb85531 (diff)
Update hints.js
typo
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 06bbd9e2..f65e7b88 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -85,7 +85,7 @@ titles = {
"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.",
- "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 stetting tab. See modules/shared.py for setting names. Requires restart to apply."
+ "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."
}