Skip to content
Snippets Groups Projects
Commit af65205b authored by Chris Hines's avatar Chris Hines
Browse files

Fix spelling errors.

parent de8e4a42
No related branches found
No related tags found
2 merge requests!21New css dev,!7Dev
Pipeline #7349 failed
......@@ -163,7 +163,7 @@ public setStatusMsg(statusMsg: BehaviorSubject<any>) {
private getJobsError(error: any) {
this.joblist.next([]);
if (error.status == 0) {
this.statusMsg.next("A network error occured. Please try again latter");
this.statusMsg.next("A network error occurred. Please try again later");
return
}
console.error(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