label fixed

This commit is contained in:
Mic 2025-06-15 23:47:00 +02:00
parent 434edea30e
commit 65e410f41c
3 changed files with 6 additions and 2 deletions

View file

@ -1611,5 +1611,9 @@
"importCustomDataPH_invalidDataPHs": {
"message": "The file you're trying to import does not contain any valid custom data placeholders.",
"description": ""
},
"customDataPH_add_to_menu": {
"message": "Usable in prompts added to menu",
"description": ""
}
}

View file

@ -40,7 +40,7 @@
</div>
</td>
<td rowspan="2" class="w19">
<label for="selectTypeNew" class="field_title">__MSG_customPrompts_add_to_menu__:</label>
<label for="selectTypeNew" class="field_title">__MSG_customDataPH_add_to_menu__:</label>
<br>
<select id="selectTypeNew" name="type" tabindex="4" class="type_output">
<option value="0">__MSG_customPrompts_add_to_menu_always__</option>

View file

@ -356,7 +356,7 @@ function loadCustomDataPHsList(values){
<ul class="autocomplete-list hidden"></ul>
</div>
</td>
<td class="w08"><span class="field_title_s">__MSG_customPrompts_add_to_menu__:</span>
<td class="w08"><span class="field_title_s">__MSG_customDataPH_add_to_menu__:</span>
<br>
<span class="type_show">` + type_output + `</span>
<select class="type_output hiddendata">