From 4b8b338cb356500e408418bff55d3325883ccbc1 Mon Sep 17 00:00:00 2001 From: UKDTOM Date: Mon, 1 Feb 2021 23:36:41 +0100 Subject: [PATCH] Fixed #234 --- CHANGELOG.md | 2 ++ public/locales/en.json | 3 ++- .../modules/ExportTools/Custom/custom.vue | 14 +++++++------- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4396dad..3a2b710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * [#227 ET Export filename](https://github.com/WebTools-NG/WebTools-NG/pull/227) * [#231 Open LogDir folder failes](https://github.com/WebTools-NG/WebTools-NG/pull/231) * [#226 Exporting episodes](https://github.com/WebTools-NG/WebTools-NG/pull/226) +* [#233 Electron errors after updating](https://github.com/WebTools-NG/WebTools-NG/pull/233) +* [#234 Editing a custom level](https://github.com/WebTools-NG/WebTools-NG/pull/234) ## V0.1.13 diff --git a/public/locales/en.json b/public/locales/en.json index 4313ff9..c37b1f4 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -186,7 +186,8 @@ "Cancel": "Cancel", "availFields": "Availible fields:", "customFields": "Custom fields:", - "AlertSaved": "Custom level saved" + "AlertSaved": "Custom level saved", + "TT-ETEditLevel": "Here you select the level to create/delete/edit" }, "Description": "@:Modules.ET.Name allows you to export detail information about the media in your libraries", diff --git a/src/components/modules/ExportTools/Custom/custom.vue b/src/components/modules/ExportTools/Custom/custom.vue index fa07fd1..dc4255b 100644 --- a/src/components/modules/ExportTools/Custom/custom.vue +++ b/src/components/modules/ExportTools/Custom/custom.vue @@ -23,7 +23,7 @@
- {{ $t('Modules.ET.TT-ETLevel') }} + {{ $t('Modules.ET.Custom.TT-ETEditLevel') }}