Skip to content

Commit 08cf4dd

Browse files
authored
Merge pull request #950 from Poldovico/patch-1
Correct welcome message in the italian locale
2 parents d312d1f + b931934 commit 08cf4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprinkles/account/locale/it_IT/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@
182182
'USER_OR_EMAIL_INVALID' => "L'indirizzo mail o il nome utente non sono validi",
183183
'USER_OR_PASS_INVALID' => 'Il nome utente o la password non sono validi',
184184

185-
'WELCOME' => 'Bentornato, {{display_name}}'
185+
'WELCOME' => 'Bentornato, {{first_name}}'
186186
];

0 commit comments

Comments
 (0)