1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Fix maiuscola

This commit is contained in:
FabioL 2024-07-09 15:05:24 +02:00
parent 4f7143a00e
commit e878389e8f

View File

@ -118,7 +118,7 @@ if (!empty($documento)) {
<td>';
echo input([
'type' => 'ckeditor',
'label' => tr('descrizione'),
'label' => tr('Descrizione'),
'name' => 'descrizione',
'required' => 1,
'extra' => 'rows="2"',