refactor(editor): Translate sidebar "Help" label (no-changelog) (#9732)

This commit is contained in:
Taylor Hoffmann 2024-06-19 16:36:24 -03:00 committed by GitHub
parent 89b8d04fcd
commit 4740162232
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -273,7 +273,7 @@ export default defineComponent({
{
id: 'help',
icon: 'question',
label: 'Help',
label: this.$locale.baseText('mainSidebar.help'),
position: 'bottom',
children: [
{