Merge branch 'mind-the-oxford-comma' into 'master'
Mind the oxford comma See merge request gitlab-org/gitlab-ce!25252
This commit is contained in:
commit
98dbde0c3f
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -4115,7 +4115,7 @@ msgstr ""
|
|||
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
|
||||
msgstr ""
|
||||
|
||||
msgid "Issues, merge requests, pushes and comments."
|
||||
msgid "Issues, merge requests, pushes, and comments."
|
||||
msgstr ""
|
||||
|
||||
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
|
||||
|
|
Loading…
Reference in a new issue