Skip to content

Commit

Permalink
Merge pull request #506 from yonathanrizky/504
Browse files Browse the repository at this point in the history
perubahan title issue #504
  • Loading branch information
yogiperdana authored Oct 27, 2022
2 parents 97448ec + fcdc051 commit 0e5d095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Data/AdminKomplainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class AdminKomplainController extends Controller
{
public function index()
{
$page_title = 'Komplain';
$page_description = 'Daftar Komplain';
$page_title = 'Keluhan';
$page_description = 'Daftar Keluhan';

return view('sistem_komplain.admin_komplain.index', compact('page_title', 'page_description'));
}
Expand Down

0 comments on commit 0e5d095

Please sign in to comment.