mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [[Enterprise Search] Clarify crawler interval scheduling copy (#146138)](https://github.com/elastic/kibana/pull/146138) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Liam Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-23T15:46:39Z","message":"[Enterprise Search] Clarify crawler interval scheduling copy (#146138)\n\nTiny copyedit to update explanatory copy for crawler interval scheduling.","sha":"5203973a4d3ea8b6fc70d4fccfa96739703230d6","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.6.0","v8.7.0"],"number":146138,"url":"https://github.com/elastic/kibana/pull/146138","mergeCommit":{"message":"[Enterprise Search] Clarify crawler interval scheduling copy (#146138)\n\nTiny copyedit to update explanatory copy for crawler interval scheduling.","sha":"5203973a4d3ea8b6fc70d4fccfa96739703230d6"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146138","number":146138,"mergeCommit":{"message":"[Enterprise Search] Clarify crawler interval scheduling copy (#146138)\n\nTiny copyedit to update explanatory copy for crawler interval scheduling.","sha":"5203973a4d3ea8b6fc70d4fccfa96739703230d6"}}]}] BACKPORT--> Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
parent
9ba222a45a
commit
3a2197c8bb
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ export const AutomaticCrawlScheduler: React.FC = () => {
|
|||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.crawler.automaticCrawlSchedule.intervalSchedulingDescription',
|
||||
{
|
||||
defaultMessage: 'Define the frequency and time for scheduled crawls',
|
||||
defaultMessage: 'Define the frequency for scheduled crawls',
|
||||
}
|
||||
)}
|
||||
</EuiText>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue