|
|
@@ -82,7 +82,7 @@ class SmsComunications extends Component
|
|
|
protected function baseMessages(): array
|
|
|
{
|
|
|
return [
|
|
|
- 'subject.*' => 'Il campo oggetto è richiesto',
|
|
|
+ 'subject.*' => 'Il campo nome template è richiesto',
|
|
|
'content.max' => 'Il messaggio non può essere più lungo di 900 caratteri',
|
|
|
'content.*' => 'Il messaggio è richiesto',
|
|
|
'recipients.*' => 'Selezionare almeno un destinatario',
|