From 5820afc25ac7718f4dfb7e41b7cb150794bd76a9 Mon Sep 17 00:00:00 2001 From: Srinath Narayanan Date: Wed, 11 Nov 2020 08:52:07 -0800 Subject: [PATCH] changed error message --- src/Explorer/Tree/Collection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tree/Collection.ts b/src/Explorer/Tree/Collection.ts index 6517d82f5..9caafd110 100644 --- a/src/Explorer/Tree/Collection.ts +++ b/src/Explorer/Tree/Collection.ts @@ -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." ); }