File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/messages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public final class Messages {
109109 public static final String JOB_AUDIT_DELETING_FAILED = "Error deleting job: {0}" ;
110110 public static final String JOB_AUDIT_DELETED = "Job deleted" ;
111111 public static final String JOB_AUDIT_KILLING = "Killing job" ;
112- public static final String JOB_AUDIT_OLD_RESULTS_DELETED = "Deleted results prior to {1 }" ;
112+ public static final String JOB_AUDIT_OLD_RESULTS_DELETED = "Deleted results prior to {0 }" ;
113113 public static final String JOB_AUDIT_REVERTED = "Job model snapshot reverted to ''{0}''" ;
114114 public static final String JOB_AUDIT_SNAPSHOT_DELETED = "Model snapshot [{0}] with description ''{1}'' deleted" ;
115115 public static final String JOB_AUDIT_FILTER_UPDATED_ON_PROCESS = "Updated filter [{0}] in running process" ;
You can’t perform that action at this time.
0 commit comments