chore: rename sieve security to sieve filter

- Rename "Enable sieve security" to "Enable sieve filter"
- Use the translation function
- Add a small introduction for the feature

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2024-09-04 12:50:39 +02:00
Родитель 629a9fa693
Коммит 43da1d86b1
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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">