Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 673bd53

Browse files
author
barnabartha
committed
SORMAS-Foundation#2890 - correct validation messages
1 parent 99e0542 commit 673bd53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sormas-api/src/main/resources/validations.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ importEntryDoesNotExist = Invalid value %s in column %s; Entry does not exist in
3434
importEntryDoesNotExistDbOrCommunity = Invalid value %s in column %s; Entry does not exist in the database or in the specified community or is archived (Or maybe a wrong facility type was specified)
3535
importEntryDoesNotExistDbOrDistrict = Invalid value %s in column %s; Entry does not exist in the database or in the specified district or is archived (Or maybe a wrong facility type was specified)
3636
importEntryDoesNotExistDbOrRegion = Invalid value %s in column %s; Entry does not exist in the database or in the specified region or is archived
37-
importEntryRegionNotInUsersJurisdiction = Invalid value %s in column %s; Specified region is not within your user's jurisdiction
38-
importEntryDistrictNotInUsersJurisdiction = Invalid value %s in column %s; Specified region is not within your user's jurisdiction
39-
importEntryCommunityNotInUsersJurisdiction = Invalid value %s in column %s; Specified region is not within your user's jurisdiction
37+
importEntryRegionNotInUsersJurisdiction = Invalid value %s in column %s; Specified region is not within your jurisdiction
38+
importEntryDistrictNotInUsersJurisdiction = Invalid value %s in column %s; Specified district is not within your jurisdiction
39+
importEntryCommunityNotInUsersJurisdiction = Invalid value %s in column %s; Specified community is not within your jurisdiction
4040
importErrorInColumn = The import failed because of an error in column %s
4141
importFacilityNotUniqueInCommunity = Invalid value %s in column %s; Facility name is not unique in the chosen community, make sure there is only one facility with this name belonging to the chosen community in the database
4242
importFacilityNotUniqueInDistrict = Invalid value %s in column %s; Facility name is not unique in the chosen district, make sure there is only one facility with this name belonging to the chosen district in the database or specify a community

0 commit comments

Comments
 (0)