Browse Source

Copy update

Fix-copy-multiple-matches-for-this-address
Manny Dinssa 1 week ago
parent
commit
b91e723bb2
  1. 6
      config/locales/validations/lettings/2024/bulk_upload.en.yml
  2. 2
      config/locales/validations/sales/2024/bulk_upload.en.yml

6
config/locales/validations/lettings/2024/bulk_upload.en.yml

@ -17,7 +17,7 @@ en:
owning_organisation: owning_organisation:
not_found: "The owning organisation code is incorrect." not_found: "The owning organisation code is incorrect."
not_stock_owner: "The owning organisation code provided is for an organisation that does not own stock." not_stock_owner: "The owning organisation code provided is for an organisation that does not own stock."
not_permitted: not_permitted:
not_support: "You do not have permission to add logs for this owning organisation." not_support: "You do not have permission to add logs for this owning organisation."
support: "This owning organisation is not affiliated with %{org_name}." support: "This owning organisation is not affiliated with %{org_name}."
managing_organisation: managing_organisation:
@ -50,9 +50,9 @@ en:
invalid: "Age of person %{person_num} must be a number or the letter R" invalid: "Age of person %{person_num} must be a number or the letter R"
address: address:
not_found: "We could not find this address. Check the address data in your CSV file is correct and complete, or select the correct address using the CORE site." not_found: "We could not find this address. Check the address data in your CSV file is correct and complete, or select the correct address using the CORE site."
not_determined: "There are multiple matches for this address. Either select the correct address manually or correct the UPRN in the CSV file." not_determined: "There are multiple matches for this address. Either enter the correct address manually or correct the UPRN in the CSV file."
not_answered: "Enter either the UPRN or the full address." not_answered: "Enter either the UPRN or the full address."
nationality: nationality:
invalid: "Select a valid nationality." invalid: "Select a valid nationality."
charges: charges:
missing_charges: "Please enter the %{sentence_fragment}. If there is no %{sentence_fragment}, please enter '0'." missing_charges: "Please enter the %{sentence_fragment}. If there is no %{sentence_fragment}, please enter '0'."

2
config/locales/validations/sales/2024/bulk_upload.en.yml

@ -40,7 +40,7 @@ en:
buyer_cannot_be_over_16_and_child: "Buyer 2's age cannot be 16 or over if their working situation is child under 16." buyer_cannot_be_over_16_and_child: "Buyer 2's age cannot be 16 or over if their working situation is child under 16."
address: address:
not_found: "We could not find this address. Check the address data in your CSV file is correct and complete, or select the correct address using the CORE site." not_found: "We could not find this address. Check the address data in your CSV file is correct and complete, or select the correct address using the CORE site."
not_determined: "There are multiple matches for this address. Either select the correct address manually or correct the UPRN in the CSV file." not_determined: "There are multiple matches for this address. Either enter the correct address manually or correct the UPRN in the CSV file."
not_answered: "Enter either the UPRN or the full address." not_answered: "Enter either the UPRN or the full address."
nationality: nationality:
invalid: "Select a valid nationality." invalid: "Select a valid nationality."

Loading…
Cancel
Save