diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-24 05:16:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 05:16:04 +0000 |
commit | 7115ab5d1e332ec897db989ceae5b4c0e3d76c51 (patch) | |
tree | 978ef76ba284b5e43d8b42f27fbf7bb97153fe17 | |
parent | 0c747d4013f41f6c887a63d256af884aa8872f91 (diff) | |
parent | 7b0a28f8ee937048f594211169565a361a692d2a (diff) | |
download | stable-diffusion-webui-gfx803-7115ab5d1e332ec897db989ceae5b4c0e3d76c51.tar.gz stable-diffusion-webui-gfx803-7115ab5d1e332ec897db989ceae5b4c0e3d76c51.tar.bz2 stable-diffusion-webui-gfx803-7115ab5d1e332ec897db989ceae5b4c0e3d76c51.zip |
Merge pull request #5617 from mcmonkey4eva/fix-hints-file
fix hints file typo
-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", |