From f0b8d317a281811a099e092bfadba4bdf24af772 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 24 Feb 2017 11:42:37 -0500 Subject: [PATCH] Fixed gramatical errors in error pages. :) --- views/admin/error/badAction.html | 2 +- views/admin/error/index.html | 2 +- views/front/error/badAction.html | 2 +- views/front/error/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/admin/error/badAction.html b/views/admin/error/badAction.html index 7f5f6026..fd4005db 100644 --- a/views/admin/error/badAction.html +++ b/views/admin/error/badAction.html @@ -22,7 +22,7 @@

You may click your browser's "BACK" button or click on the link below to continue. If you - continue keep seeing this error, please call for assistance. + keep seeing this error, please call for assistance.

Return to Home Page

diff --git a/views/admin/error/index.html b/views/admin/error/index.html index b16ea12a..1a970604 100644 --- a/views/admin/error/index.html +++ b/views/admin/error/index.html @@ -20,7 +20,7 @@ {/if}

- Please head back to the link below and try again. If you continue to get this error, + Please head back to the link below and try again. If you keep seeing this error, please call for assistance.

Return to Home Page

diff --git a/views/front/error/badAction.html b/views/front/error/badAction.html index 3a6f546a..9213fa6c 100644 --- a/views/front/error/badAction.html +++ b/views/front/error/badAction.html @@ -19,7 +19,7 @@ {/if}

- Please head back to the link below and try again. If you continue to get this error, + Please head back to the link below and try again. If you keep seeing this error, please call for assistance.

Return to Home Page

diff --git a/views/front/error/index.html b/views/front/error/index.html index 5c41aadc..af6ca2da 100644 --- a/views/front/error/index.html +++ b/views/front/error/index.html @@ -15,7 +15,7 @@ {/if}

- Please head back to the link below and try again. If you continue to get this error, + Please head back to the link below and try again. If you keep seeing this error, please call for assistance.

Return to Home Page

-- 2.17.1