UX: Replace hardcoded string with translation (#264)

This commit is contained in:
Gerhard Schlager 2023-10-24 15:54:37 +02:00 committed by GitHub
parent 06c1356d86
commit b02be91799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@
>
<Input
@value={{this.customPromptValue}}
placeholder="Enter a custom prompt..."
placeholder={{i18n
"discourse_ai.ai_helper.context_menu.custom_prompt.placeholder"
}}
class="ai-custom-prompt__input"
@enter={{action (fn this.updateSelected option)}}
/>