diff options
author | Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev> | 2022-12-11 10:17:14 +0000 |
---|---|---|
committer | Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev> | 2022-12-11 10:17:14 +0000 |
commit | 7b0a28f8ee937048f594211169565a361a692d2a (patch) | |
tree | 5041ea97ab896339cc08c48a6386a5fb80ecd325 /javascript/hints.js | |
parent | 685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 (diff) | |
download | stable-diffusion-webui-gfx803-7b0a28f8ee937048f594211169565a361a692d2a.tar.gz stable-diffusion-webui-gfx803-7b0a28f8ee937048f594211169565a361a692d2a.tar.bz2 stable-diffusion-webui-gfx803-7b0a28f8ee937048f594211169565a361a692d2a.zip |
fix hints file typo
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 47e24616..28e1651b 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -17,7 +17,7 @@ titles = { "\u2199\ufe0f": "Read generation parameters from prompt or last generation if prompt is empty into user interface.", "\u{1f4c2}": "Open images output directory", "\u{1f4be}": "Save style", - "\U0001F5D1": "Clear prompt" + "\U0001F5D1": "Clear prompt", "\u{1f4cb}": "Apply selected styles to current prompt", "Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt", |