Skip to content

Commit b931934

Browse files
authored
Correct welcome message in the italian locale
Fixed the user's name not being displayed in the italian welcome message
1 parent d312d1f commit b931934

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)