Commit 8e811c77 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'jivanvl-update-date-units' into 'master'

Change date time picker units

See merge request gitlab-org/gitlab!38232
parents adc7dbeb 62cf8c51
...@@ -41,13 +41,13 @@ export const timeRanges = [ ...@@ -41,13 +41,13 @@ export const timeRanges = [
interval: INTERVALS.hour, interval: INTERVALS.hour,
}, },
{ {
label: __('1 week'), label: __('7 days'),
duration: { seconds: 60 * 60 * 24 * 7 * 1 }, duration: { seconds: 60 * 60 * 24 * 7 * 1 },
name: 'oneWeek', name: 'oneWeek',
interval: INTERVALS.day, interval: INTERVALS.day,
}, },
{ {
label: __('1 month'), label: __('30 days'),
duration: { seconds: 60 * 60 * 24 * 30 }, duration: { seconds: 60 * 60 * 24 * 30 },
name: 'oneMonth', name: 'oneMonth',
interval: INTERVALS.day, interval: INTERVALS.day,
......
---
title: Change date time picker units
merge_request: 38232
author:
type: changed
...@@ -957,9 +957,6 @@ msgid_plural "%d minutes" ...@@ -957,9 +957,6 @@ msgid_plural "%d minutes"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
msgid "1 month"
msgstr ""
msgid "1 open issue" msgid "1 open issue"
msgid_plural "%{issues} open issues" msgid_plural "%{issues} open issues"
msgstr[0] "" msgstr[0] ""
...@@ -985,9 +982,6 @@ msgid_plural "%{num} users" ...@@ -985,9 +982,6 @@ msgid_plural "%{num} users"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
msgid "1 week"
msgstr ""
msgid "1-9 contributions" msgid "1-9 contributions"
msgstr "" msgstr ""
...@@ -1012,6 +1006,9 @@ msgstr "" ...@@ -1012,6 +1006,9 @@ msgstr ""
msgid "3 hours" msgid "3 hours"
msgstr "" msgstr ""
msgid "30 days"
msgstr ""
msgid "30 minutes" msgid "30 minutes"
msgstr "" msgstr ""
...@@ -1033,6 +1030,9 @@ msgstr "" ...@@ -1033,6 +1030,9 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake." msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "" msgstr ""
msgid "7 days"
msgstr ""
msgid "8 hours" msgid "8 hours"
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