Commit aeb4e34a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ee-mind-the-oxford-comma' into 'master'

Mind the oxford comma

See merge request gitlab-org/gitlab-ee!9559
parents 6dd65037 69229a95
......@@ -221,7 +221,7 @@ export default class UserTabs {
const monthsAgo = UserTabs.getVisibleCalendarPeriod($calendarWrap);
const calendarActivitiesPath = $calendarWrap.data('calendarActivitiesPath');
const utcOffset = $calendarWrap.data('utcOffset');
const calendarHint = __('Issues, merge requests, pushes and comments.');
const calendarHint = __('Issues, merge requests, pushes, and comments.');
$calendarWrap.html(CALENDAR_TEMPLATE);
......
......@@ -5415,7 +5415,7 @@ msgstr ""
msgid "Issues closed"
msgstr ""
msgid "Issues, merge requests, pushes and comments."
msgid "Issues, merge requests, pushes, and comments."
msgstr ""
msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
......
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