diff --git a/assets/javascripts/templates/error_tmpl.coffee b/assets/javascripts/templates/error_tmpl.coffee
index ae060069..884efd25 100644
--- a/assets/javascripts/templates/error_tmpl.coffee
+++ b/assets/javascripts/templates/error_tmpl.coffee
@@ -11,9 +11,9 @@ app.templates.notFoundPage = ->
back
app.templates.pageLoadError = ->
- error """ Oops, that page failed to load. """,
+ error """ Oops, the page failed to load. """,
""" It may be missing from the server (try reloading the app) or you could be offline.
- If you keep seeing this, you're likely behind a proxy or firewall which blocks cross-domain requests. """,
+ If you keep seeing this, you're likely behind a proxy or firewall that blocks cross-domain requests. """,
""" #{back} · Reload
· Retry """
diff --git a/assets/stylesheets/components/_page.scss b/assets/stylesheets/components/_page.scss
index 357a82bf..93db11ec 100644
--- a/assets/stylesheets/components/_page.scss
+++ b/assets/stylesheets/components/_page.scss
@@ -4,6 +4,7 @@
._page {
position: relative;
+ min-height: calc(100% - 1.25rem);
&._page-error { position: static; }