Skip to content

Commit

Permalink
Merge pull request #472 from code4romania/400-ngo-admin-specialist-ac…
Browse files Browse the repository at this point in the history
…asa-welcome-greeting-takes-input-from-nume-field-instead-of-prenume-field

Dashboard heading
  • Loading branch information
gheorghelupu17 authored Jan 1, 2025
2 parents 7f9a8fe + ff3f4b5 commit 06fda38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Organizations/Pages/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Dashboard extends BaseDashboard
public function getHeading(): string | Htmlable
{
return __('dashboard.welcome', [
'name' => auth()->user()->first_name,
'name' => auth()->user()->last_name,
]);
}

Expand Down

0 comments on commit 06fda38

Please sign in to comment.