From fedf0bf8a7529e1498c86810fc9270a35976d743 Mon Sep 17 00:00:00 2001
From: "jvanboxtel@wisc.edu" <jvanboxtel@wisc.edu>
Date: Tue, 14 May 2019 13:35:12 -0500
Subject: [PATCH] ROENROLL-1703 update error message, test build

---
 src/app/degree-planner/store/effects/plan.effects.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/degree-planner/store/effects/plan.effects.ts b/src/app/degree-planner/store/effects/plan.effects.ts
index 0e16e1f..4add386 100644
--- a/src/app/degree-planner/store/effects/plan.effects.ts
+++ b/src/app/degree-planner/store/effects/plan.effects.ts
@@ -120,7 +120,7 @@ export class DegreePlanEffects {
     catchError(error => {
       return of(
         new PlanError({
-          message: 'Something went wrong',
+          message: 'Error loading data. Please reload to try again.',
           duration: 2000,
           error,
         }),
-- 
GitLab