This commit is contained in:
UKDTOM 2021-04-29 23:36:44 +02:00
parent 7463d623cb
commit 6be173c2f9
2 changed files with 2 additions and 1 deletions

View file

@ -132,6 +132,7 @@
"ET": {
"BuildInLevels": "*** Built-in levels ***",
"Custom": {
"SelCustType": "Select the type of export you want to customize",
"Title": "Custom levels",
"Description": "A custom level allows you to create your own export levels",
"NewCustomLevel": "< Define new level >",

View file

@ -7,7 +7,7 @@
<br />
<!-- Media type to export -->
<b-form-group id="etTypeGroup" v-bind:label="$t('Modules.ET.HSelectMedia')" label-size="lg" label-class="font-weight-bold pt-0">
<b-form-group id="etTypeGroup" v-bind:label="$t('Modules.ET.Custom.SelCustType')" label-size="lg" label-class="font-weight-bold pt-0">
<b-tooltip target="etTypeGroup" triggers="hover">
{{ $t('Modules.ET.TT-ETType') }}
</b-tooltip>