generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marco Germani
committed
Dec 29, 2024
1 parent
de26bd7
commit 8a1e0ab
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'intro' => '<p>Contattaci per qualsiasi domanda, suggerimento o problema.</p><p>Siamo disponibili in tutti giorni feriali e solitamente rispondiamo entro un giorno lavorativo.</p>', | ||
|
||
'success' => 'Grazie per il tuo messaggio Solitamente rispondiamo entro un giorno lavorativo.', | ||
|
||
'name_label' => 'Nome', | ||
'email_label' => 'E-mail', | ||
'subject_label' => 'Soggetto', | ||
'message_label' => 'Come possiamo aiutarti?', | ||
'submit_label' => 'Invia', | ||
]; |