mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
Fixed #153
This commit is contained in:
parent
27a6154b95
commit
86a2216f3d
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@
|
|||
"Modules": {
|
||||
"ET": {
|
||||
"Description": "@:Modules.ET.Name allows you to export detail information about the media in your libraries",
|
||||
"Name": "ExportTool",
|
||||
"Name": "ExportTools",
|
||||
"HSelectMedia": "Select Library Type",
|
||||
"HSelectSelection": "Select Media Libary",
|
||||
"HExportMedia": "Export Media",
|
||||
|
|
|
@ -27,7 +27,7 @@ import i18n from '../../i18n'
|
|||
},
|
||||
{
|
||||
href: { path: '/export' },
|
||||
title: 'Export',
|
||||
title: i18n.t("Modules.ET.Name"),
|
||||
// icon: 'fas fa-file-export',
|
||||
icon: {
|
||||
//adjust element
|
||||
|
|
Loading…
Reference in a new issue