Skip to content

Commit

Permalink
chore: rename sieve security to sieve filter
Browse files Browse the repository at this point in the history
- Rename sieve security to sieve filter
- Use the translate function
- Add a small introduction for the feature

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Sep 4, 2024
1 parent 629a9fa commit b8f9766
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 control the sieve scripts from Nextcloud 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 b8f9766

Please sign in to comment.