diff --git a/src/strand-datepicker/index.html b/src/strand-datepicker/index.html
index 8c974fd2..0e6824a6 100644
--- a/src/strand-datepicker/index.html
+++ b/src/strand-datepicker/index.html
@@ -206,8 +206,8 @@
Direction
window._whichDpPreset = !window._whichDpPreset;
if(window._whichDpPreset) {
dp.rangePresets = [
- {name:"Last 2 Days", value:"Last 7 Days", start:moment().subtract(2, 'days'), end:moment()},
- {name:"Last 3 Days", value:"Last 14 Days", start:moment().subtract(3, 'days'), end:moment()}
+ {name:"Last 2 Days", value:"Last 2 Days", start:moment().subtract(2, 'days'), end:moment()},
+ {name:"Last 3 Days", value:"Last 3 Days", start:moment().subtract(3, 'days'), end:moment()}
];
} else {
dp.rangePresets = [