X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FController%2FBase.pm;h=64ac328bd6098aabfa774a888ebe80f115b45744;hb=8ae2bc4fb4c72f3ac907a3e47c0cbd5da23f62c5;hp=1ba9358957ff0c0781216f3c91a554eba9be4e42;hpb=e380ecfd97aa1282832adacc34c0d5074c4e0791;p=kivitendo-erp.git 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.')); } }