From accc384818479214969ac80404654fac7f44e2ab Mon Sep 17 00:00:00 2001 From: mckenziearts Date: Mon, 25 Sep 2023 14:12:08 +0000 Subject: [PATCH] fix code formatting --- packages/admin/resources/lang/en/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/admin/resources/lang/en/notifications.php b/packages/admin/resources/lang/en/notifications.php index 6d8126fc1..464f4a924 100644 --- a/packages/admin/resources/lang/en/notifications.php +++ b/packages/admin/resources/lang/en/notifications.php @@ -7,7 +7,7 @@ 'actions' => [ 'create' => ':item successfully added', 'update' => ':item successfully updated', - 'remove' => ':item successfully removed' + 'remove' => ':item successfully removed', ], 'attributes' => [ @@ -17,7 +17,7 @@ ], 'auth' => [ - 'password' => 'This password does not match our records.' + 'password' => 'This password does not match our records.', ], 'analytics' => 'Your analytics configurations have been correctly updated',