mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
refactor(editor): Translate sidebar "Help" label (no-changelog) (#9732)
This commit is contained in:
parent
89b8d04fcd
commit
4740162232
|
@ -273,7 +273,7 @@ export default defineComponent({
|
|||
{
|
||||
id: 'help',
|
||||
icon: 'question',
|
||||
label: 'Help',
|
||||
label: this.$locale.baseText('mainSidebar.help'),
|
||||
position: 'bottom',
|
||||
children: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue