Skip to content

Commit

Permalink
refactor(editor): Translate sidebar "Help" label (no-changelog) (#9732)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHo committed Jun 19, 2024
1 parent 89b8d04 commit 4740162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/MainSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default defineComponent({
{
id: 'help',
icon: 'question',
label: 'Help',
label: this.$locale.baseText('mainSidebar.help'),
position: 'bottom',
children: [
{
Expand Down

0 comments on commit 4740162

Please sign in to comment.