diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-02-01 13:22:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 13:22:36 +0000 |
commit | 814600f298b74f97d2da5f448f3de942afb57075 (patch) | |
tree | 76dabc5f236c4c95b9d478b7d876c8d40c5655fb /javascript/hints.js | |
parent | 30a64504b1bcd8af8ed99e63ea04be7a929c8abf (diff) | |
parent | bfe7e7f15fbceccd016957769cd5b5a26c82a45b (diff) | |
download | stable-diffusion-webui-gfx803-814600f298b74f97d2da5f448f3de942afb57075.tar.gz stable-diffusion-webui-gfx803-814600f298b74f97d2da5f448f3de942afb57075.tar.bz2 stable-diffusion-webui-gfx803-814600f298b74f97d2da5f448f3de942afb57075.zip |
Merge pull request #7412 from Pomierski/master
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", |