Remove label for Action column in custom prompts table for improved layout

This commit is contained in:
Mic 2025-04-15 23:51:00 +02:00
parent c185ba21e0
commit 74b8bdbd09

View file

@ -91,7 +91,7 @@
<th class="sort" data-sort="text">__MSG_customPrompts_form_label_Text__</th> <th class="sort" data-sort="text">__MSG_customPrompts_form_label_Text__</th>
<th class="sort" data-sort="type">__MSG_customPrompts_add_to_menu__</th> <th class="sort" data-sort="type">__MSG_customPrompts_add_to_menu__</th>
<th>Properties</th> <th>Properties</th>
<th>__MSG_customPrompts_form_label_Action__</th> <th>&nbsp;</th>
</tr> </tr>
</thead> </thead>
<tbody class="list"> <tbody class="list">