diff options
author | unknown <mcgpapu@gmail.com> | 2023-02-04 02:39:42 +0000 |
---|---|---|
committer | unknown <mcgpapu@gmail.com> | 2023-02-04 02:39:42 +0000 |
commit | 5e1f4f7464e560a2468812fc9d5cb38659cff86c (patch) | |
tree | 6b3e6676384fae53f3359aeea9ac51d32a5affd6 /javascript/hints.js | |
parent | ade40aa1a0605ba4aa3adc734ffb2b5121729d03 (diff) | |
parent | 226d840e84c5f306350b0681945989b86760e616 (diff) | |
download | stable-diffusion-webui-gfx803-5e1f4f7464e560a2468812fc9d5cb38659cff86c.tar.gz stable-diffusion-webui-gfx803-5e1f4f7464e560a2468812fc9d5cb38659cff86c.tar.bz2 stable-diffusion-webui-gfx803-5e1f4f7464e560a2468812fc9d5cb38659cff86c.zip |
Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad
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 7b60b25e..75792d0d 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", + "\u{1f5d1}": "Clear prompt", "\u{1f4cb}": "Apply selected styles to current prompt", "\u{1f4d2}": "Paste available values into the field", "\u{1f3b4}": "Show extra networks", |