Skip to content

Commit 8320ad3

Browse files
committed
Appended '...' to 'Ask something else' chatbar placeholder ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/googlegpt]
1 parent 268bdcf commit 8320ad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.2.26.1
152+
// @version 2025.2.26.2
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -3992,8 +3992,8 @@
39923992
const continueChatDiv = dom.create.elem('div')
39933993
const chatTextarea = dom.create.elem('textarea', {
39943994
id: `${app.slug}-chatbar`, rows: 1,
3995-
placeholder: answer == 'standby' ? app.msgs.placeholder_askSomethingElse
3996-
: `${app.msgs.tooltip_sendReply}...`
3995+
placeholder: `${app.msgs[answer == 'standby' ? 'placeholder_askSomethingElse'
3996+
: 'tooltip_sendReply']}...`
39973997
})
39983998
continueChatDiv.append(chatTextarea)
39993999
replyForm.append(continueChatDiv) ; replySection.append(replyForm)

0 commit comments

Comments
 (0)