mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Page titles for collections and discover
This commit is contained in:
parent
c57d68c3dd
commit
dfdd2cba99
2 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@ class Collection extends Component {
|
|||
const hasNoCollection = !totalItems;
|
||||
|
||||
return (
|
||||
<PageContent>
|
||||
<PageContent title={translate('Collections')}>
|
||||
<PageToolbar>
|
||||
<PageToolbarSection>
|
||||
<PageToolbarButton
|
||||
|
|
|
|||
|
|
@ -283,7 +283,7 @@ class DiscoverMovie extends Component {
|
|||
const hasNoMovie = !totalItems;
|
||||
|
||||
return (
|
||||
<PageContent>
|
||||
<PageContent title={translate('Discover')}>
|
||||
<PageToolbar>
|
||||
<PageToolbarSection>
|
||||
<PageToolbarButton
|
||||
|
|
|
|||
Loading…
Reference in a new issue