From df9b24beafc25e53fa4e67e6d341d514de1a53f9 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:57:16 +1300 Subject: [PATCH] TLN Update translations (#98) --- lang/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index c674caa..4532366 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -19,7 +19,7 @@ en: CODE_415: '415 - Unsupported Media Type' CODE_416: '416 - Request Range Not Satisfiable' CODE_417: '417 - Expectation Failed' - CODE_418: '418 - I''m a teapot' + CODE_418: "418 - I'm a teapot" CODE_421: '421 - Misdirected Request' CODE_422: '422 - Unprocessable Entity' CODE_423: '423 - Locked' @@ -41,7 +41,7 @@ en: CODE_508: '508 - Loop Detected' CODE_510: '510 - Not Extended' CODE_511: '511 - Network Authentication Required' - DEFAULTERRORPAGECONTENT: '

Sorry, it seems you were trying to access a page that doesn''t exist.

Please check the spelling of the URL you were trying to access and try again.

' + DEFAULTERRORPAGECONTENT: "

Sorry, it seems you were trying to access a page that doesn't exist.

Please check the spelling of the URL you were trying to access and try again.

" DEFAULTERRORPAGETITLE: 'Page not found' DEFAULTSERVERERRORPAGECONTENT: '

Sorry, there was a problem with handling your request.

' DEFAULTSERVERERRORPAGETITLE: 'Server error'