]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Base.pm
Vor Fremdschlüsselzuweisung trans_id verwaiste Einträge in orderitems löschen
[kivitendo-erp.git] / SL / Controller / Base.pm
index 1ba9358957ff0c0781216f3c91a554eba9be4e42..64ac328bd6098aabfa774a888ebe80f115b45744 100644 (file)
@@ -229,7 +229,7 @@ sub _dispatch {
     $self->$sub(@_);
     $self->_run_hooks('after', $action);
   } else {
     $self->$sub(@_);
     $self->_run_hooks('after', $action);
   } else {
-    $::form->error($::locale->text('Oops. No valid action found to dispatch. Please report this case to the Lx-Office team.'));
+    $::form->error($::locale->text('Oops. No valid action found to dispatch. Please report this case to the kivitendo team.'));
   }
 }
 
   }
 }