diff --git a/lib/app/components/nuxt-error.vue b/lib/app/components/nuxt-error.vue
index 10f3ad4470..68b05a43be 100644
--- a/lib/app/components/nuxt-error.vue
+++ b/lib/app/components/nuxt-error.vue
@@ -5,16 +5,14 @@
{{ statusCode }}
-
{{ message }}
+
{{ message }}
Back to the home page
<% if(debug) { %>
-
- Press Command + Option + I
- or Control + Shift + I
- to open developer tools.
-
+
+ Open developer tools to view stack trace
+
<% } %>