invalid:"Enter a postcode in the correct format, for example AA1 1AA."
not_in_england:"It looks like you have an entered a postcode outside of England. Only create logs for lettings in England."
la_not_valid_for_date:"%{la} does not exist on the tenancy start date, due to a change in local authority names and boundaries. Please enter the local authority name in use on the tenancy start date"
does_not_match_scheme_location_postcode:"The postcode in the address does not match the postcode for the location in the scheme. Please review your answers to the address or UPRN question (whichever you answered) and the location question."
rsnvac:
non_temp_accommodation:"Answer cannot be re-let to tenant who occupied the same property as temporary accommodation as this accommodation is not temporary."
referral_invalid:"Answer cannot be re-let to tenant who occupied the same property as temporary accommodation as a different source of referral for this letting."
@ -24,6 +25,7 @@ en:
invalid:"UPRN must be 12 digits or less."
not_in_england:"It looks like you have entered an address outside of England. Only create logs for lettings in England."
la_not_valid_for_date:"%{la} does not exist on the tenancy start date, due to a change in local authority names and boundaries. Please enter the local authority name in use on the tenancy start date"
postcode_does_not_match_scheme_location_postcode:"The postcode in the address does not match the postcode for the location in the scheme. Please review your answers to the address or UPRN question (whichever you answered) and the location question."
uprn_confirmation:# legacy question
not_in_england:"It looks like you have entered an address outside of England. Only create logs for lettings in England."
let(:uprn_known){1}# A value of 1 is necessary for this test as there is separate logic that resets `uprn` if `uprn_known` is 0.
let(:uprn_confirmed){1}# A value of 1 is necessary for this test as there is separate logic that resets the address fields and LA if `uprn_confirmed` is 0 (and `uprn_known` is 1).
let(:address_line1){"1 Test Street"}
let(:address_line2){"Testville"}
let(:town_or_city){"Testford"}
let(:county){"Testshire"}
let(:postcode_full){"SW1 1AA"}
let(:la){"Test LA"}
let(:manual_address_entry_selected){false}# A value of `false` is necessary for this test as there is separate logic that resets some of the UPRN fields if `manual_address_entry_selected` is `false`.