Skip to content

Commit

Permalink
Merge pull request #10100 from nextcloud/bug/noid/sieve-security
Browse files Browse the repository at this point in the history
chore: rename sieve security to sieve filter
  • Loading branch information
kesselb authored Sep 4, 2024
2 parents 629a9fa + 43da1d8 commit cd7917d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/SieveAccountForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
-->
<template>
<form id="sieve-form">
<p>
{{ t('mail', 'Sieve is a powerful language for writing filters for your mailbox. You can manage the sieve scripts in Mail if your email service supports it.') }}
</p>
<p>
<NcCheckboxRadioSwitch :checked.sync="sieveConfig.sieveEnabled">
{{ ('mail', 'Enable sieve security') }}
{{ t('mail', 'Enable sieve filter') }}
</NcCheckboxRadioSwitch>
</p>
<div v-if="sieveConfig.sieveEnabled">
Expand Down

0 comments on commit cd7917d

Please sign in to comment.