Skip to content

Commit d3e2abc

Browse files
committed
Update
1 parent 921449f commit d3e2abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/static/js/settings_forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ const SettingsForms = {
336336
<input type="checkbox" id="radarr_process_no_release_dates" ${settings.process_no_release_dates === true ? 'checked' : ''}>
337337
<span class="toggle-slider" style="position:absolute; cursor:pointer; top:0; left:0; right:0; bottom:0; background-color:#3d4353; border-radius:20px; transition:0.4s;"></span>
338338
</label>
339-
<p class="setting-help" style="color: #ff6b35; font-weight: bold;">⚠️ WARNING: Rare case. Process movies with missing release date information - may result in unknown/poor quality downloads</p>
339+
<p class="setting-help">Rare case. Process movies with missing release date information - may result in unknown/poor quality downloads</p>
340340
</div>
341341
<div class="setting-item">
342342
<label for="radarr_tag_processed_items"><a href="https://github.com/plexguide/Huntarr.io/issues/382" class="info-icon" title="Learn more about tagging processed items" target="_blank" rel="noopener"><i class="fas fa-info-circle"></i></a>Tag Processed Items:</label>

0 commit comments

Comments
 (0)