From 9dfc813e1cbff9932fde9c2609d34a2ac76e2db6 Mon Sep 17 00:00:00 2001 From: 3Dgoo Date: Thu, 26 Sep 2024 14:54:40 +0930 Subject: [PATCH] Fix blog plural en.yml --- lang/en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index 2e29c31..2f64d44 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -39,10 +39,10 @@ en: PERMISSIONS_CATEGORY: 'Blog permissions' PERMISSION_MANAGE_USERS_DESCRIPTION: 'Manage users for individual blogs' PERMISSION_MANAGE_USERS_HELP: 'Allow assignment of Editors, Writers, or Contributors to blogs' - PLURALNAME: 'Base Pages' + PLURALNAME: 'Blogs' PLURALS: one: 'A Blog' - other: '{count} Base Pages' + other: '{count} Blogs' Posted: Posted PostedIn: 'Posted in' PostsByUser: 'Posts by {firstname} {surname} for {title}' @@ -90,10 +90,10 @@ en: CUSTOMSUMMARY: 'Add A Custom Summary' Categories: Categories FeaturedImage: 'Featured Image' - PLURALNAME: 'Base Pages' + PLURALNAME: 'Blog Posts' PLURALS: one: 'A Blog Post' - other: '{count} Base Pages' + other: '{count} Blog Posts' PageTitleLabel: 'Post Title' PostOptions: 'Post Options' PublishDate: 'Publish Date'