Simple typo in declaration of an entry

No associated bug
This commit is contained in:
Vincent Dumas
2021-08-25 14:18:14 +02:00
committed by GitHub
parent 8d59024d8e
commit f5ae76360e

View File

@@ -133,7 +133,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.',
'Class:User/Error:OrganizationNotAllowed' => 'Organization not allowed.',
'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.',
'Class:User/Error:PersonIsMandatory' > 'The Contact is mandatory.',
'Class:User/Error:PersonIsMandatory' => 'The Contact is mandatory.',
'Class:UserInternal' => 'User Internal',
'Class:UserInternal+' => 'User defined within '.ITOP_APPLICATION_SHORT,
));