Skip to content
Snippets Groups Projects
Commit fedf0bf8 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

ROENROLL-1703 update error message, test build

parent 9f5554ae
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment