X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4bacfb02354f2591cb7d750962109976a570233b..a60b31d79b1ec87fbb804d53a4bf09186eda8ea3:/SL/Controller/Base.pm diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 1ba935895..64ac328bd 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -229,7 +229,7 @@ sub _dispatch { $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.')); } }