Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed May 14, 2024
1 parent ae8baa4 commit 6b9e68f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/Layouts/DashboardLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const navigation = [
icon: OfficeBuildingIcon,
},
{
name: trans('projects_all'),
name: 'Toate proiectele',
route: route('dashboard.projects.index'),
icon: FolderIcon,
subMenu: [
Expand Down Expand Up @@ -149,12 +149,12 @@ const navigation = [
],
},
{
name: 'Utilizatori',
name: 'Manageri ONG',
route: route('dashboard.users.index'),
icon: UserCircleIcon,
},
{
name: trans('donations'),
name: 'Donații ONG',
route: route('dashboard.donations.index'),
icon: CurrencyEuroIcon,
},
Expand Down

0 comments on commit 6b9e68f

Please sign in to comment.