mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-25 00:52:14 +00:00
UX: Replace hardcoded string with translation (#264)
This commit is contained in:
parent
06c1356d86
commit
b02be91799
@ -23,7 +23,9 @@
|
|||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
@value={{this.customPromptValue}}
|
@value={{this.customPromptValue}}
|
||||||
placeholder="Enter a custom prompt..."
|
placeholder={{i18n
|
||||||
|
"discourse_ai.ai_helper.context_menu.custom_prompt.placeholder"
|
||||||
|
}}
|
||||||
class="ai-custom-prompt__input"
|
class="ai-custom-prompt__input"
|
||||||
@enter={{action (fn this.updateSelected option)}}
|
@enter={{action (fn this.updateSelected option)}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user