From bd6b19f87411aacabdba83d8849fa1becc1466be Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Sun, 12 Aug 2018 14:19:43 -0700 Subject: [PATCH] Update error message --- src/views/failure.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/failure.pug b/src/views/failure.pug index 2c401eb..e6adc82 100644 --- a/src/views/failure.pug +++ b/src/views/failure.pug @@ -10,10 +10,12 @@ block content i.fas.fa-times.mr-lg.txt-xxl .f-1 .txt-xl Card not valid - .mt-sm.danger-lighter Sorry your card isn't valid. Maybe your membership has expired? + .mt-sm.danger-lighter Sorry your card isn't valid. Please try again. + .mt-sm.danger-lighter + em Maybe your membership has expired? p a(href='/') ← Back script. - //- setTimeout(function () { window.location.href = '/' }, 6000) + setTimeout(function () { window.location.href = '/' }, 6000)