Skip to content

Commit

Permalink
fixup! chore: rename sieve security to sieve filter
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Sep 4, 2024
1 parent b8f9766 commit f17aba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SieveAccountForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.')}}
{{ t('mail', 'Sieve is a powerful language for writing filters for your mailbox. You can control the sieve scripts from {cloudName} Mail if your email service supports it.', { cloudName: window?.OC?.theme?.name ?? 'Nextcloud' }) }}
</p>
<p>
<NcCheckboxRadioSwitch :checked.sync="sieveConfig.sieveEnabled">
Expand Down

0 comments on commit f17aba4

Please sign in to comment.