1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-21 16:42:29 +01:00

chore: fix "Manager User" typo in admin page title (#5114)

This commit is contained in:
BeastGamer81 2024-06-29 23:52:11 +05:30 committed by GitHub
parent 512cfad6bf
commit 466dd61856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
@extends('layouts.admin')
@section('title')
Manager User: {{ $user->username }}
Manage User: {{ $user->username }}
@endsection
@section('content-header')