diff options
author | Piotr Pomierski <pomierskipiotr@gmail.com> | 2023-01-31 00:51:07 +0000 |
---|---|---|
committer | Piotr Pomierski <pomierskipiotr@gmail.com> | 2023-01-31 00:51:07 +0000 |
commit | bfe7e7f15fbceccd016957769cd5b5a26c82a45b (patch) | |
tree | a5ec177cb321b3d18179cab0b4e0212d5fdd3127 /javascript/hints.js | |
parent | 2c1bb46c7ad5b4536f6587d327a03f0ff7811c5d (diff) | |
download | stable-diffusion-webui-gfx803-bfe7e7f15fbceccd016957769cd5b5a26c82a45b.tar.gz stable-diffusion-webui-gfx803-bfe7e7f15fbceccd016957769cd5b5a26c82a45b.tar.bz2 stable-diffusion-webui-gfx803-bfe7e7f15fbceccd016957769cd5b5a26c82a45b.zip |
Fix missing tooltip for 'Clear prompt' button
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", |