UI fixups from Lidarr

This commit is contained in:
Qstick
2020-06-27 18:13:31 -04:00
parent c0bb1392e2
commit ee9d35e55f
7 changed files with 12 additions and 7 deletions

View File

@@ -43,8 +43,8 @@ class IndexerSettings extends Component {
}
}
// Render
//
// Render
render() {
const {

View File

@@ -51,7 +51,7 @@ class AddIndexerModalContent extends Component {
<Alert kind={kinds.INFO}>
<div>Radarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.</div>
<div>For more information on the individual indexers, clink on the info buttons.</div>
<div>For more information on the individual indexers, click on the info buttons.</div>
</Alert>
<FieldSet legend="Usenet">

View File

@@ -84,7 +84,7 @@ class Indexer extends Component {
<IconButton
className={styles.cloneButton}
title="Clone Profile"
title="Clone Indexer"
name={icons.CLONE}
onPress={this.onCloneIndexerPress}
/>

View File

@@ -38,6 +38,9 @@ class MetadataSettings extends Component {
}
}
//
// Render
render() {
const {
isSaving,