Skip to content

Commit

Permalink
Improved setting explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles committed Jan 6, 2021
1 parent ae701f0 commit 3ac90b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes-default/slim/src/components/config-search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@
</config-template>

<config-toggle-slider v-model="clients.torrents.saveMagnetFile" label="Save to .magnet" id="save_to_magnet">
<p>Save magnet uri to .magnet file if a magnet uri is availe. Fall back to .torrent if not.</p>
<p>Save magnet uri to .magnet file if a magnet uri is available in stead of a torrent</p>

This comment has been minimized.

Copy link
@gersilex

gersilex Jan 6, 2021

How about capitalizing the URI abbreviation and title-casing proper names Torrent, Magnet?
There is a typo in instead.

<p>A .magnet file is only created if this option is enabled and a torrent could not be downloaded from one of the online magnet registries</p>
</config-toggle-slider>

<input type="submit"
Expand Down

0 comments on commit 3ac90b0

Please sign in to comment.