Skip to content

Commit

Permalink
Customer menu wrong description is changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Batuhan Baş committed Feb 18, 2019
1 parent d3b5b34 commit 333536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/CustomerMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function handle($request, Closure $next)
'order' => 3,
]);

// Payments
// Transactions
$menu->add([
'url' => 'customers/transactions',
'title' => trans_choice('general.transactions', 2),
Expand Down

0 comments on commit 333536d

Please sign in to comment.