Commit 0de20bd4 authored by Miguel Rincon's avatar Miguel Rincon

Set last time window at 2 weeks

parent 68fe7aa6
......@@ -24,7 +24,7 @@ export const timeWindows = {
seconds: 60 * 60 * 24 * 7,
},
pastMonth: {
label: __('Past month'),
seconds: 60 * 60 * 24 * 30,
label: __('2 weeks'),
seconds: 60 * 60 * 24 * 15,
},
};
......@@ -641,6 +641,9 @@ msgstr ""
msgid "2 days"
msgstr ""
msgid "2 weeks"
msgstr ""
msgid "20-29 contributions"
msgstr ""
......@@ -13091,9 +13094,6 @@ msgstr ""
msgid "Past due"
msgstr ""
msgid "Past month"
msgstr ""
msgid "Past week"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment