Merge pull request #13811 from Godmartinz/missing_translation_string

add missing translation string
This commit is contained in:
snipe 2023-10-30 19:40:51 +00:00 committed by GitHub
commit f47a8664f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ return array(
'user_exists' => 'User already exists!',
'user_not_found' => 'User does not exist.',
'user_login_required' => 'The login field is required',
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
'user_password_required' => 'The password is required.',
'insufficient_permissions' => 'Insufficient Permissions.',
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',