Skip to content

Commit e56b273

Browse files
Update GrantMandatoryQuestionFundingLocation enum to replace 'INTERNATIONAL' with 'OUTSIDE_UK'
1 parent c999b4f commit e56b273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/gov/cabinetoffice/gap/adminbackend/enums/GrantMandatoryQuestionFundingLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public enum GrantMandatoryQuestionFundingLocation {
88
YORKSHIRE_AND_THE_HUMBER("Yorkshire and the Humber"), EAST_MIDLANDS_ENGLAND("East Midlands (England)"),
99
WEST_MIDLANDS("West Midlands (England)"), EAST_ENGLAND("East (England)"), LONDON("London"),
1010
SOUTH_EAST_ENGLAND("South East (England)"), SOUTH_WEST_ENGLAND("South West (England)"), MIDLANDS("Midlands"),
11-
SCOTLAND("Scotland"), WALES("Wales"), NORTHERN_IRELAND("Northern Ireland"), INTERNATIONAL("International");
11+
SCOTLAND("Scotland"), WALES("Wales"), NORTHERN_IRELAND("Northern Ireland"), OUTSIDE_UK("Outside of the UK");
1212

1313
private final String name;
1414

0 commit comments

Comments
 (0)