]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/EmailJournal.pm
E-Mail-Journal: Kosmetik, Übersetzungsanpassungen
[kivitendo-erp.git] / SL / Controller / EmailJournal.pm
index 69a155802e254aa082f8d39537978664682406e1..3bfc39b96a72bd718a3a8ba58622e54b57728ce1 100644 (file)
@@ -28,7 +28,7 @@ sub action_list {
   my ($self) = @_;
 
   if ( $::instance_conf->get_email_journal == 0 ) {
-      flash('info',  $::locale->text('In client config the mail saving into the journal is actual disabled.'));
+    flash('info',  $::locale->text('Storing the emails in the journal is currently disabled in the client configuration.'));
   }
   $self->render('email_journal/list',
                 title   => $::locale->text('Email journal'),