refactor(editor): Translate sidebar "Help" label (no-changelog) (#9732)
This commit is contained in:
@@ -273,7 +273,7 @@ export default defineComponent({
|
||||
{
|
||||
id: 'help',
|
||||
icon: 'question',
|
||||
label: 'Help',
|
||||
label: this.$locale.baseText('mainSidebar.help'),
|
||||
position: 'bottom',
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user