mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add title to FallbackPage
Co-authored-by: viown <48097677+viown@users.noreply.github.com>
This commit is contained in:
parent
9c16515549
commit
6d77e1b437
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ const FallbackRoute = () => {
|
|||
return (
|
||||
<Page
|
||||
id='fallbackPage'
|
||||
title={globalize.translate('HeaderPageNotFound')}
|
||||
className='mainAnimatedPage libraryPage'
|
||||
>
|
||||
<div className='padded-left padded-right'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue