diff --git a/html/locale_de.json b/html/locale_de.json index bf1f15fbb..868a212d3 100644 --- a/html/locale_de.json +++ b/html/locale_de.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "Bild befragen" }, diff --git a/html/locale_en.json b/html/locale_en.json index 970ab3eb8..57b5a7c80 100644 --- a/html/locale_en.json +++ b/html/locale_en.json @@ -18,7 +18,7 @@ {"id":"","label":"🔍","localized":"","reload":"","hint":"Search"}, {"id":"","label":"🖌️","localized":"","reload":"","hint":"LaMa remove selected object from image"}, {"id":"","label":"🖼️","localized":"","reload":"","hint":"Show preview"}, - {"id":"","label":"♻","localized":"","reload":"","hint":"Interrogate image"}, + {"id":"","label":"","localized":"","reload":"","hint":"Interrogate image"}, {"id":"","label":"⁜","localized":"","reload":"","hint":"Cycle image fit method"}, {"id":"","label":"↶","localized":"","reload":"","hint":"Apply selected style to prompt"}, {"id":"","label":"↷","localized":"","reload":"","hint":"Save current prompt to style"}, diff --git a/html/locale_es.json b/html/locale_es.json index 166001e70..6c8993652 100644 --- a/html/locale_es.json +++ b/html/locale_es.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "Interrogar imagen" }, diff --git a/html/locale_fr.json b/html/locale_fr.json index ab2400be5..25cb3f6d8 100644 --- a/html/locale_fr.json +++ b/html/locale_fr.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "Interroger l'image" }, diff --git a/html/locale_hr.json b/html/locale_hr.json index cd8256501..52117a03a 100644 --- a/html/locale_hr.json +++ b/html/locale_hr.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "Ispitaj sliku" }, diff --git a/html/locale_it.json b/html/locale_it.json index 54da1a35a..cc87db40f 100644 --- a/html/locale_it.json +++ b/html/locale_it.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "Interroga immagine" }, diff --git a/html/locale_ja.json b/html/locale_ja.json index 8898d4485..5b5381fb3 100644 --- a/html/locale_ja.json +++ b/html/locale_ja.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "画像を解析" }, diff --git a/html/locale_ko.json b/html/locale_ko.json index f2355b774..3a26c034a 100644 --- a/html/locale_ko.json +++ b/html/locale_ko.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "이미지 심문" }, diff --git a/html/locale_pt.json b/html/locale_pt.json index 24d23c5cf..64a190f05 100644 --- a/html/locale_pt.json +++ b/html/locale_pt.json @@ -135,7 +135,7 @@ }, { "id": "", - "label": "♻", + "label": "", "localized": "Interrogar imagem", "reload": "", "hint": "Interrogar imagem" diff --git a/html/locale_ru.json b/html/locale_ru.json index c1815b319..96715ba81 100644 --- a/html/locale_ru.json +++ b/html/locale_ru.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "Проанализировать изображение" }, diff --git a/html/locale_zh.json b/html/locale_zh.json index 7ab99bc64..353b2a9e8 100644 --- a/html/locale_zh.json +++ b/html/locale_zh.json @@ -135,8 +135,8 @@ }, { "id": "", - "label": "♻", - "localized": "♻", + "label": "", + "localized": "", "reload": "", "hint": "反推图像" }, diff --git a/modules/ui_symbols.py b/modules/ui_symbols.py index 099ec03b8..d60aabe47 100644 --- a/modules/ui_symbols.py +++ b/modules/ui_symbols.py @@ -26,7 +26,7 @@ search = '🔍' preview = '🖼️' image = '🖌️' resize = '⁜' -interrogate = '♻' +interrogate = '\uf46b' # Telescope icon in Noto Sans. Previously '♻' bullet = '⃝' vision = '\uf06e' # Font Awesome eye icon (more minimalistic) reasoning = '\uf0eb' # Font Awesome lightbulb icon (represents thinking/reasoning)