diff --git a/src/locales/en.json b/src/locales/en.json index 04d4716..f783d5f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,25 +1,24 @@ { - "Common": { - "AppName": "WebTools-NG", - "Home": { - "About": "@:Common.AppName is a tool that enables the use of tool modules to help with Plex Server management.", - "Modules": "Tool Modules currently available are:", - "Name": "Home", - "Title": "Welcome to @:Common.AppName" + "Common": { + "AppName": "WebTools-NG", + "Home": { + "About": "@:Common.AppName is a tool that enables the use of tool modules to help with Plex Server management.", + "Modules": "Tool Modules currently available are:", + "Name": "Home", + "Title": "Welcome to @:Common.AppName" + }, + "Language": { + "Description": "@:Common.Language.Name allows you to change language of the app", + "Name": "Language" + }, + "About": { + "About": "About" + } }, - "Language": { - "Description": "@:Common.Language.Name allows you to change language of the app", - "Name": "Language" - }, - "About": { - "About": "About123" + "Modules": { + "ET": { + "Description": "@:Modules.ET.Name allows you to export some information about the medias in your libraries", + "Name": "ExportTool" + } } - - }, - "Modules": { - "ET": { - "Description": "@:Modules.ET.Name allows you to export some information about the medias in your libraries", - "Name": "ExportTool" - } - } } \ No newline at end of file