Skip to content

Commit

Permalink
Fix appNavigationItem collapse labels
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Dec 28, 2022
1 parent 42d37b0 commit 6f6b50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
computed: {
labelButton() {
return open ? t('Close') : t('Open')
return this.open ? t('Collapse menu') : t('Open menu')
},
},
Expand Down

0 comments on commit 6f6b50a

Please sign in to comment.