Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions i18n/pages-en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
"message": "A request method is not supported for the requested resource."
},

// Nginx specific
"497": {
"title": "Bad Request",
"message": "The plain HTTP request was sent to HTTPS port."
},

// internal server error
"500": {
"title": "Webservice currently unavailable",
Expand Down Expand Up @@ -104,4 +110,5 @@
"title": "Scheduled Maintenance",
"message": "This site is currently down for maintenance.\nOur service team is working hard to bring it back online soon."
}

}