X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FLoginScreen.pm;h=d38736b82289fb884124556e9cb54d52918ddb8c;hb=54746051d506e6e6c76c77b85d381cae4bf86b89;hp=adf8b471c0057a72a8f4ddb8d96f3d1800160c9b;hpb=7447778283539ba5f36a43c97fcea3bc4f551729;p=kivitendo-erp.git diff --git a/SL/Controller/LoginScreen.pm b/SL/Controller/LoginScreen.pm index adf8b471c..d38736b82 100644 --- a/SL/Controller/LoginScreen.pm +++ b/SL/Controller/LoginScreen.pm @@ -155,6 +155,7 @@ sub error_state { my %states = ( session => { warning => t8('The session has expired. Please log in again.') }, password => { error => t8('Incorrect username or password or no access to selected client!') }, + action => { warning => t8('The action is missing or invalid.') }, ); return %{ $states{$_[0]} || {} };