mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Fixes error in job select button text from localization changes (#28167)
This commit is contained in:
parent
f05e8b6bd0
commit
4a9a69a5b1
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ export function JobSelectServiceProvider($rootScope, globalState, i18n) {
|
|||
txt = splitJobId(jobs[0]).job;
|
||||
if (jobs.length > 1) {
|
||||
txt = i18n('xpack.ml.jobSelect.jobDescription', {
|
||||
defaultMessage: '{jobId} and {jobsAmount} {jobsAmount, plural, zero {# other} one {# other} other {# others}}',
|
||||
defaultMessage: '{jobId} and {jobsAmount, plural, zero {# other} one {# other} other {# others}}',
|
||||
values: {
|
||||
jobId: splitJobId(jobs[0]).job,
|
||||
jobsAmount: jobs.length - 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue