From dfc2aa35f41575a67e77c378c2582566404f9c6a Mon Sep 17 00:00:00 2001 From: akemidx <116301219+akemidx@users.noreply.github.com> Date: Fri, 17 Feb 2023 12:51:58 -0500 Subject: [PATCH] Update general.php --- resources/lang/en/admin/users/general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/admin/users/general.php b/resources/lang/en/admin/users/general.php index 96e283c15..d58a0bc67 100644 --- a/resources/lang/en/admin/users/general.php +++ b/resources/lang/en/admin/users/general.php @@ -42,8 +42,8 @@ return [ 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', 'not_remote_label' => 'This is not a remote user', 'create_user' => 'Create a user', - 'create_user_page_explaination' => 'This is the account information you will use to access the site for the first time.', + 'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.', 'email_credentials' => 'Email credentials', 'email_credentials_text' => 'Email my credentials to the email address above', 'next_save_user' => 'Next: Save User', -]; \ No newline at end of file +];