mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +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": {
|
"ET": {
|
||||||
"BuildInLevels": "*** Built-in levels ***",
|
"BuildInLevels": "*** Built-in levels ***",
|
||||||
"Custom": {
|
"Custom": {
|
||||||
|
"SelCustType": "Select the type of export you want to customize",
|
||||||
"Title": "Custom levels",
|
"Title": "Custom levels",
|
||||||
"Description": "A custom level allows you to create your own export levels",
|
"Description": "A custom level allows you to create your own export levels",
|
||||||
"NewCustomLevel": "< Define new level >",
|
"NewCustomLevel": "< Define new level >",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<!-- Media type to export -->
|
<!-- 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">
|
<b-tooltip target="etTypeGroup" triggers="hover">
|
||||||
{{ $t('Modules.ET.TT-ETType') }}
|
{{ $t('Modules.ET.TT-ETType') }}
|
||||||
</b-tooltip>
|
</b-tooltip>
|
||||||
|
|
Loading…
Reference in a new issue