Skip to content

Commit

Permalink
Merge pull request #950 from Poldovico/patch-1
Browse files Browse the repository at this point in the history
Correct welcome message in the italian locale
  • Loading branch information
lcharette committed Mar 22, 2019
2 parents d312d1f + b931934 commit 08cf4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/it_IT/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@
'USER_OR_EMAIL_INVALID' => "L'indirizzo mail o il nome utente non sono validi",
'USER_OR_PASS_INVALID' => 'Il nome utente o la password non sono validi',

'WELCOME' => 'Bentornato, {{display_name}}'
'WELCOME' => 'Bentornato, {{first_name}}'
];

0 comments on commit 08cf4dd

Please sign in to comment.