EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "Amount must be a whole number.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Maximum number of sites allowed is 10",

  // Problem validating form section
  VALIDATION_FAILED: "There was a problem while requesting form validation.",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "If you leave this page, any changes you have made to the affiliate application will be lost."
};
