changed error message

This commit is contained in:
Srinath Narayanan
2020-11-11 08:52:07 -08:00
parent 6d94f18f9a
commit 5820afc25a

View File

@@ -1343,7 +1343,7 @@ export default class Collection implements ViewModels.Collection {
retryCount++;
}
throw new Error(
"Max Retries for loading offer are completed. Offer does not have an offerAutopilotSettings field."
"Max retries for loading offer are completed. Offer does not have an Autopilot settings field."
);
}