Skip to content

Commit

Permalink
DEV: Resolve missing placeholder translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Jun 13, 2024
1 parent 202f24f commit 2adb2b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions javascripts/discourse/components/kanban/modal/options.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,18 @@ export default class KanbanOptionsController extends Component {
<TagChooser
@tags={{this.tags}}
@allowCreate={{false}}
@filterPlaceholder={{i18n (themePrefix "modal.tags_placeholder")}}
@everyTag={{true}}
@options={{hash
filterPlaceholder=(themePrefix "modal.tags_placeholder")
}}
class="kanban-tag-chooser"
/>
{{else if this.isCategories}}
<MultiSelect
@content={{this.site.categories}}
@value={{this.categories}}
@filterPlaceholder={{i18n
(themePrefix "modal.categories_placeholder")
@options={{hash
filterPlaceholder=(themePrefix "modal.categories_placeholder")
}}
/>
{{else if this.isAssigned}}
Expand Down

0 comments on commit 2adb2b8

Please sign in to comment.