mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +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;
|
const hasNoCollection = !totalItems;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageContent>
|
<PageContent title={translate('Collections')}>
|
||||||
<PageToolbar>
|
<PageToolbar>
|
||||||
<PageToolbarSection>
|
<PageToolbarSection>
|
||||||
<PageToolbarButton
|
<PageToolbarButton
|
||||||
|
|
|
||||||
|
|
@ -283,7 +283,7 @@ class DiscoverMovie extends Component {
|
||||||
const hasNoMovie = !totalItems;
|
const hasNoMovie = !totalItems;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageContent>
|
<PageContent title={translate('Discover')}>
|
||||||
<PageToolbar>
|
<PageToolbar>
|
||||||
<PageToolbarSection>
|
<PageToolbarSection>
|
||||||
<PageToolbarButton
|
<PageToolbarButton
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue