mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 11:33:14 +00:00
Merge pull request #177 from WebTools-NG/#94-Export-Episodes-as-well
Fixed #176
This commit is contained in:
commit
aab69dd10e
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ import i18n from '../../i18n'
|
|||
{
|
||||
href: { path: '/language' },
|
||||
title: i18n.t("Common.Menu.Sidebar.Language.NavTitle"),
|
||||
icon: 'fas fa-language'
|
||||
//icon: 'fas fa-language'
|
||||
icon: 'fa fa-globe'
|
||||
},
|
||||
{
|
||||
href: '/settings',
|
||||
|
|
Loading…
Reference in a new issue