Fix wrong "Sent out to any contact" notification information

This commit is contained in:
Eric Lippmann 2016-02-25 11:33:43 +01:00
parent f032a670f0
commit a34f48c990
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if (! $this->compact): ?>
)
) ?>
<?php else: ?>
<?= $this->translate('Sent out to any contact') ?>
<?= $this->translate('Not sent out to any contact') ?>
<?php endif ?>
</div>
<?php endif ?>