From 18acadadcc02d0f73738de379431906f9b3c99ad Mon Sep 17 00:00:00 2001 From: vallyol Date: Mon, 15 Nov 2021 09:31:52 +0300 Subject: [PATCH] Update functions.php Add translation for 404-page title --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 932b4ec..39c9e9a 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2304,7 +2304,7 @@ function not_found() header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found"); render('404', array( - 'title' => 'This page doesn\'t exist! - ' . blog_title(), + 'title' => i18n('This_page_doesnt_exist') . ' - ' . blog_title(), 'description' => '404 Not Found', 'canonical' => site_url(), 'breadcrumb' => '' . config('breadcrumb.home') . ' » 404 Not Found',