File event date issue

Transactions
Dan 2017-09-29 15:33:07 -06:00
parent f799bc9a55
commit 1db29491e7
1 changed files with 4 additions and 4 deletions

View File

@ -4,22 +4,22 @@ var moment = require('moment-timezone');
var config = { var config = {
ss:{ ss:{
title: "Sunday School", title: "Sunday School Church",
description: "Sunday School Service", description: "Sunday School Service",
exists: false exists: false
}, },
sm: { sm: {
title: "Sunday Morning", title: "Sunday Morning Church",
description: "Sunday Morning Worship Service", description: "Sunday Morning Worship Service",
exists: false exists: false
}, },
se: { se: {
title: "Sunday Evening", title: "Sunday Evening Church",
description: "Sunday Evening Service", description: "Sunday Evening Service",
exists: false exists: false
}, },
we: { we: {
title: "Wednesday Evening", title: "Wednesday Evening Bible Study",
description: "Wednesday Evening Bible Study and Prayer", description: "Wednesday Evening Bible Study and Prayer",
exists: false exists: false
}, },