From aac3b7b372d9d4964dbd9af7ee3f640629e6d5e2 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 11 Mar 2026 15:54:21 +0000 Subject: [PATCH] =?UTF-8?q?Updated=20string=20so=20the=20Oxford=20comma=20?= =?UTF-8?q?sticklers=20don=E2=80=99t=20kill=20me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/en-US/permissions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-US/permissions.php b/resources/lang/en-US/permissions.php index 30012e9a37..b8a857fea1 100644 --- a/resources/lang/en-US/permissions.php +++ b/resources/lang/en-US/permissions.php @@ -234,7 +234,7 @@ return array( 'userscontact' => [ 'name' => 'View/Edit User Contact Info', - 'note' => 'Allows the user to view and edit personal contact information about the user. This includes: address, city, state/province, country, postal code, phone number, mobile number, email and website. ', + 'note' => 'Allows the user to view and edit personal contact information about the user. This includes: address, city, state/province, country, postal code, phone number, mobile number, email address, and website.', ], 'models' => [ 'name' => 'Models',