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 = { ...@@ -24,7 +24,7 @@ export const timeWindows = {
seconds: 60 * 60 * 24 * 7, seconds: 60 * 60 * 24 * 7,
}, },
pastMonth: { pastMonth: {
label: __('Past month'), label: __('2 weeks'),
seconds: 60 * 60 * 24 * 30, seconds: 60 * 60 * 24 * 15,
}, },
}; };
...@@ -641,6 +641,9 @@ msgstr "" ...@@ -641,6 +641,9 @@ msgstr ""
msgid "2 days" msgid "2 days"
msgstr "" msgstr ""
msgid "2 weeks"
msgstr ""
msgid "20-29 contributions" msgid "20-29 contributions"
msgstr "" msgstr ""
...@@ -13091,9 +13094,6 @@ msgstr "" ...@@ -13091,9 +13094,6 @@ msgstr ""
msgid "Past due" msgid "Past due"
msgstr "" msgstr ""
msgid "Past month"
msgstr ""
msgid "Past week" msgid "Past week"
msgstr "" 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