Consistent capitalization of titles

This commit is contained in:
Tomasz Drwięga
2016-09-01 15:33:26 +02:00
parent 31dbbf5431
commit 9f8482e968
4 changed files with 7 additions and 5 deletions

View File

@@ -57,7 +57,9 @@ impl Authorization for HttpBasicAuth {
Access::Denied => {
Authorized::No(Box::new(ContentHandler::error(
status::StatusCode::Unauthorized,
"Unauthorized", "You need to provide valid credentials to access this page.", None
"Unauthorized",
"You need to provide valid credentials to access this page.",
None
)))
},
Access::AuthRequired => {