Skip to content

Commit

Permalink
Merge pull request #10102 from nextcloud/backport/10100/stable4.0
Browse files Browse the repository at this point in the history
[stable4.0] chore: rename sieve security to sieve filter
  • Loading branch information
kesselb committed Sep 10, 2024
2 parents 64f8959 + 11ee5c3 commit 9aaa6c4
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 9aaa6c4

Please sign in to comment.