Skip to content

Commit

Permalink
Typos fixed (#489)
Browse files Browse the repository at this point in the history
* Typo fixes

* Update collections.js

* Update admin.html
  • Loading branch information
desimaniac authored and RickyGrassmuck committed Sep 19, 2017
1 parent 9be2f1c commit 8a0a74d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions client/templates/admin/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1>Admin</h1>
{{> afQuickField name='radarrENABLED'}}
<p class="text-muted">Enabled Radarr for automated tv downloading.</p>
<br>
<p><button class="btn btn-secondary-outline" id="radarrTest">Test Radar server</button></p>
<p><button class="btn btn-secondary-outline" id="radarrTest">Test Radarr server</button></p>
<p class="text-muted">Test your Radarr server. Remember to save your settings first!</p>
<br>
{{> afQuickField name='radarrURL'}}
Expand All @@ -191,7 +191,7 @@ <h1>Admin</h1>
<p class="text-muted">Enter the port used by Radarr. The default is 8989.</p>
<br>
{{> afQuickField name='radarrAPI' size="40"}}
<p class="text-muted">Enter your API from Radarr. It can be found in Sonarr Settings -> General.</p>
<p class="text-muted">Enter your API from Radarr. It can be found in Radarr Settings -> General.</p>
<br>
{{> afQuickField name='radarrDIRECTORY' size="40"}}
<p class="text-muted">Enter your sub-directory for Radarr if used. It should also include the slash (/) at the start.</p>
Expand All @@ -209,7 +209,7 @@ <h1>Admin</h1>
<p class="text-muted">Select a Minimum Availability option.</p>
<br>
{{> afQuickField name='radarrROOTFOLDERPATH'}}
<p class="text-muted">Enter the root folder where movies are saved. For example C:\Media\TV.</p>
<p class="text-muted">Enter the root folder where movies are saved. For example C:\Media\Movies.</p>
<br>
<button type="submit" class="btn btn-primary-outline btn-block">Update Settings</button>
{{/autoForm}}
Expand Down Expand Up @@ -273,7 +273,7 @@ <h1>Admin</h1>
<p class="text-muted">Select a Sonarr Quality Profile.</p>
<br>
{{> afQuickField name='sonarrROOTFOLDERPATH'}}
<p class="text-muted">Enter the root folder where tv shows are saved. For example C:\Media\TV.</p>
<p class="text-muted">Enter the root folder where TV shows are saved. For example C:\Media\TV.</p>
<br>
{{> afQuickField name='sonarrSEASONFOLDERS'}}
<p class="text-muted">Enabled Season Folders to organize seasons into individual folders within a show.</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/collections/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ var settings = new SimpleSchema ({
},
sonarrQUALITYPROFILEID: {
type: Number,
label: "Download quality profile",
label: "Download quality profile for Sonarr",
defaultValue: 1,
optional: true
},
Expand Down

0 comments on commit 8a0a74d

Please sign in to comment.