Fix the error message from get oldest entity in ES indexer (#14911)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Mario de Frutos Dieguez
2020-08-17 17:52:19 +02:00
коммит произвёл GitHub
родитель 58c6eabf95
Коммит 3d8a87029c

Просмотреть файл

@@ -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",