1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Fixed up form-info icons after merge

This commit is contained in:
Mark McDowall 2014-02-03 17:31:18 -08:00
parent 958c2f1fe1
commit 1eae184b43
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<div class="controls qualities-controls"> <div class="controls qualities-controls">
<span id="x-qualities"></span> <span id="x-qualities"></span>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Qualities higher in the list are more preferred. Only checked qualities will be wanted."/> <i class="icon-nd-form-info" title="Qualities higher in the list are more preferred. Only checked qualities will be wanted."/>
</span> </span>
</div> </div>
</div> </div>

View File

@ -15,7 +15,7 @@
{{/eachReverse}} {{/eachReverse}}
</select> </select>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Once this quality is reached NzbDrone will no longer download episodes"/> <i class="icon-nd-form-info" title="Once this quality is reached NzbDrone will no longer download episodes"/>
</span> </span>
</div> </div>
</div> </div>