Merge pull request #10100 from nextcloud/bug/noid/sieve-security

chore: rename sieve security to sieve filter
This commit is contained in:
Daniel 2024-09-04 14:45:19 +02:00 коммит произвёл GitHub
Родитель 629a9fa693 43da1d86b1
Коммит cd7917d08e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
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">