1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Change wording

This commit is contained in:
downtownallday 2021-01-12 09:22:22 -05:00
parent a392dca264
commit 3e2858f5de

View File

@ -44,7 +44,7 @@
<b-form @submit.prevent class="mt-3" v-if="is_running()">
<b-form-checkbox v-model="capture" @change="config_changed=true">
Capture enabled
</b-form-checkbox> <em class="text-danger">Warning: when capture is disabled, the daemon will no longer record log activity</em>
</b-form-checkbox> <em class="text-danger">Warning: when "capture enabled" is unchecked, the daemon will no longer record log activity</em>
<div class="d-flex align-items-baseline">
<div class="mr-1">Delete database records older than </div>
<input type="number" min="0" v-model="older_than_days" style="max-width:6em" v-on:keyup="config_changed_if(older_than_days, 0, null, capture_config.prune_policy.older_than_days)"></input>