Fixed: Manage episode files for season text

This commit is contained in:
Mark McDowall 2019-04-13 23:29:39 -07:00
parent 9421af2c3f
commit 47d3fe1de5
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ class SeriesDetailsSeason extends Component {
<IconButton
className={styles.actionButton}
name={icons.EPISODE_FILE}
title="Manage episode files in this series"
title="Manage episode files in this season"
size={24}
isDisabled={!episodeFileCount}
onPress={this.onManageEpisodesPress}