fix: enable all plugins help text
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
Felipe M 2025-06-23 11:43:42 +02:00
parent 3a5b5c216d
commit 60ceaffd82
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -32,7 +32,7 @@
<input class="form-check-input" type="checkbox" name="enable_all_plugins" value="true" {{if .Channel.EnableAllPlugins}}checked{{end}}>
<span class="form-check-label">Enable All Plugins</span>
</label>
<div class="form-help">
<div>
When enabled, all registered plugins will be automatically enabled for this channel. Individual plugin settings will be ignored.
</div>
</div>