mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
startup wizard text changes
This commit is contained in:
parent
4e205c8bec
commit
dba69cf2cd
4 changed files with 10 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="ui-corner-all ui-shadow wizardContent">
|
||||
<h2>
|
||||
<img src="css/images/mblogoicon.png" />Media Library</h2>
|
||||
<img src="css/images/mblogoicon.png" />Setup your media library</h2>
|
||||
|
||||
<p id="fldUseDefaultLibrary" style="display: none;">
|
||||
<input type="checkbox" id="chkUseDefaultLibrary" name="chkUseDefaultLibrary" onchange="MediaLibraryPage.setUseDefaultMediaLibrary(this.checked);" />
|
||||
|
@ -43,10 +43,10 @@
|
|||
<select id="selectCollectionType" name="selectCollectionType"></select>
|
||||
</p>
|
||||
|
||||
<p class="fieldDescription">
|
||||
<p class="collectionTypeFieldDescription fieldDescription">
|
||||
Anything unlisted should be classified as general or mixed content.
|
||||
</p>
|
||||
<p class="fieldDescription">
|
||||
<p class="collectionTypeFieldDescription fieldDescription">
|
||||
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue