1 import { c } from 'ttag';
3 import Alert from '@proton/components/components/alert/Alert';
5 const AutoReplyFormPermanent = () => (
6 <Alert className="mb-4">{c('Info').t`Auto-reply is active until you turn it off.`}</Alert>
9 export default AutoReplyFormPermanent;