Skip to content

Commit

Permalink
perf: Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 committed Jul 3, 2024
1 parent 1637ee5 commit 3b3c816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/elements/nav/nav.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ export class ElementNavComponent implements OnInit {
{
id: 'SplitVertical',
href: '/',
name: this._i18n.instant('Split vertical'),
name: this._i18n.instant('SplitVertical'),
disable: true
},
{
id: 'CommandBar',
href: '/',
name: this._i18n.instant('Command bar'),
name: this._i18n.instant('CommandBar'),
disable: true
},
{
id: 'ShareSession',
href: '/',
name: this._i18n.instant('Share session (read/write)'),
name: this._i18n.instant('ShareSession'),
disable: true
},
{
Expand Down

0 comments on commit 3b3c816

Please sign in to comment.