Skip to content

Commit

Permalink
DEV: Resolve fullscreen button title not translated
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Jun 13, 2024
1 parent 2adb2b8 commit 7c730ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/discourse/components/kanban/wrapper.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class Kanban extends Component {
class="fullscreen-close"
@icon="times"
@action={{this.exitFullscreen}}
title={{themePrefix "fullscreen"}}
@title={{themePrefix "fullscreen"}}
/>
</div>
{{/if}}
Expand Down

0 comments on commit 7c730ca

Please sign in to comment.