From 2ac8efe351bf5a9b5eb3e8ce75e25a10478482a7 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 12 Nov 2017 16:10:33 -0800 Subject: [PATCH] Consistency --- app/components/ErrorBoundary/ErrorBoundary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ErrorBoundary/ErrorBoundary.js b/app/components/ErrorBoundary/ErrorBoundary.js index 3918a404..7577017a 100644 --- a/app/components/ErrorBoundary/ErrorBoundary.js +++ b/app/components/ErrorBoundary/ErrorBoundary.js @@ -26,7 +26,7 @@ class ErrorBoundary extends Component { if (this.error) { return ( - +

Something went wrong

An unrecoverable error occurred. Please try{' '}