Update wording

This commit is contained in:
Marcus Moore
2025-06-04 13:02:04 -07:00
parent 10be434c13
commit c1505de8d6
+2 -5
View File
@@ -107,7 +107,7 @@
value="1"
@checked($setting->admin_cc_always == 1)
>
Always send copy to CC email
Always send copy upon checkin/checkout
</label>
<label class="form-control">
<input
@@ -116,11 +116,8 @@
value="0"
@checked($setting->admin_cc_always == 0)
>
Only send copy if acceptance required
Only send copy upon checkout if acceptance is required
</label>
<p class="help-block">
"Always send copy to CC email" requires valid CC Email to be set.
</p>
</div>
</div>
</fieldset>