From d90e7355251adf45ac769679946dcbc5466612e8 Mon Sep 17 00:00:00 2001 From: vallyol Date: Mon, 15 Nov 2021 07:25:12 +0300 Subject: [PATCH] Update edit-page.html.php Add translation for "Just another HTMLy user" --- system/admin/views/edit-page.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index b3599d5..c990d97 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -26,7 +26,7 @@ if ($type == 'is_frontpage') { $oldcontent = remove_html_comments($content); } else { $oldtitle = $user; - $oldcontent = 'Just another HTMLy user.'; + $oldcontent = i18n('Author_Description'); } } else { @@ -162,4 +162,4 @@ if ($type == 'is_frontpage') { - \ No newline at end of file +