Fix the error message from get oldest entity in ES indexer (#14911)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
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",
|
||||
|
||||
Ссылка в новой задаче
Block a user