diff --git a/src/app/pages/about/about.html b/src/app/pages/about/about.html
index e7bb75137..f90595f06 100644
--- a/src/app/pages/about/about.html
+++ b/src/app/pages/about/about.html
@@ -58,7 +58,7 @@
Internet
- Wifi network
+ Wifi Network
ica{{conferenceDate | date: 'y'}}
diff --git a/src/app/pages/about/about.ts b/src/app/pages/about/about.ts
index 2cb98591f..368ecd456 100644
--- a/src/app/pages/about/about.ts
+++ b/src/app/pages/about/about.ts
@@ -11,7 +11,7 @@ import { PopoverPage } from '../about-popover/about-popover';
})
export class AboutPage {
location = 'madison';
- conferenceDate = '2047-05-17';
+ conferenceDate = '2020-05-17';
selectOptions = {
header: 'Select a Location'
diff --git a/src/app/pages/login/login.html b/src/app/pages/login/login.html
index 1feeb6856..c28e238d3 100644
--- a/src/app/pages/login/login.html
+++ b/src/app/pages/login/login.html
@@ -16,7 +16,7 @@