Skip to content

Commit

Permalink
chore: fix "Manager User" typo in admin page title (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastGamer81 committed Jun 29, 2024
1 parent 512cfad commit 466dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/users/view.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('layouts.admin')

@section('title')
Manager User: {{ $user->username }}
Manage User: {{ $user->username }}
@endsection

@section('content-header')
Expand Down

0 comments on commit 466dd61

Please sign in to comment.