From 3d8a87029ca65e3dde6a8c9184733f587935a3c2 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Dieguez Date: Mon, 17 Aug 2020 17:52:19 +0200 Subject: [PATCH] Fix the error message from get oldest entity in ES indexer (#14911) Co-authored-by: Mattermod --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 60014df211..af271adaa4 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -5091,8 +5091,8 @@ "translation": "Failed to index the user" }, { - "id": "ent.elasticsearch.indexer.do_job.get_oldest_post.error", - "translation": "The oldest post could not be retrieved from the database" + "id": "ent.elasticsearch.indexer.do_job.get_oldest_entity.error", + "translation": "The oldest entity (user, channel or post), could not be retrieved from the database" }, { "id": "ent.elasticsearch.indexer.do_job.parse_end_time.error",