mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Add comments in the GitHub content source UI (#114766)
This commit is contained in:
parent
b304c1ca0b
commit
1155640779
1 changed files with 2 additions and 2 deletions
|
@ -253,12 +253,12 @@ export const SOURCE_OBJ_TYPES = {
|
|||
defaultMessage: 'Bugs',
|
||||
}),
|
||||
ISSUES: i18n.translate('xpack.enterpriseSearch.workplaceSearch.sources.objTypes.issues', {
|
||||
defaultMessage: 'Issues',
|
||||
defaultMessage: 'Issues (including comments)',
|
||||
}),
|
||||
PULL_REQUESTS: i18n.translate(
|
||||
'xpack.enterpriseSearch.workplaceSearch.sources.objTypes.pullRequests',
|
||||
{
|
||||
defaultMessage: 'Pull Requests',
|
||||
defaultMessage: 'Pull Requests (including comments)',
|
||||
}
|
||||
),
|
||||
REPOSITORY_LIST: i18n.translate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue