aboutsummaryrefslogtreecommitdiffstats
path: root/lib/FPanel/Login.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FPanel/Login.pm')
-rw-r--r--lib/FPanel/Login.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FPanel/Login.pm b/lib/FPanel/Login.pm
index 3a44768..ab7bf36 100644
--- a/lib/FPanel/Login.pm
+++ b/lib/FPanel/Login.pm
@@ -203,7 +203,7 @@ sub error_rm : ErrorRunmode {
$mesg = 'Forbidden'
}
elsif ($error eq '404' ) {
- $mesg = 'Not found'
+ $mesg = 'Not Found'
}
$template->param( code => $error );
$template->param( message => encode_entities ($mesg, "‘‘") );