[UI Work] Misc UI Fixes and Tweaks

This commit is contained in:
Qstick
2017-09-16 16:22:06 -04:00
parent 2a6decdc4c
commit 44cc642ad4
80 changed files with 267 additions and 349 deletions
@@ -124,13 +124,13 @@ class ArtistIndexPosterOptionsModalContent extends Component {
</FormGroup>
<FormGroup>
<FormLabel>Show Title</FormLabel>
<FormLabel>Show Name</FormLabel>
<FormInputGroup
type={inputTypes.CHECK}
name="showTitle"
value={showTitle}
helpText="Show series title under poster"
helpText="Show artist name under poster"
onChange={this.onChangePosterOption}
/>
</FormGroup>