From 1d912ee971e7ef38ecc59bcdc90911789457709d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 24 Feb 2021 18:37:50 +0100 Subject: [PATCH] Add missed translation for file indexing (#17012) --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index cb314362ff..1c36c93d40 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6450,6 +6450,10 @@ "id": "ent.elasticsearch.not_started.error", "translation": "Elasticsearch is not started" }, + { + "id": "ent.elasticsearch.post.get_files_batch_for_indexing.error", + "translation": "Unable to get the files batch for indexing." + }, { "id": "ent.elasticsearch.post.get_posts_batch_for_indexing.error", "translation": "Unable to get the posts batch for indexing."