mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
#349 WIP
This commit is contained in:
parent
7463d623cb
commit
6be173c2f9
2 changed files with 2 additions and 1 deletions
|
@ -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 >",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue