diff --git a/modules/reindex/build.gradle b/modules/reindex/build.gradle index 8703bd4f8d8..5bd5aeb3dc0 100644 --- a/modules/reindex/build.gradle +++ b/modules/reindex/build.gradle @@ -18,6 +18,6 @@ */ esplugin { - description 'The Reindex Plugin adds APIs to reindex from one index to another or update documents in place.' + description 'The Reindex module adds APIs to reindex from one index to another or update documents in place.' classname 'org.elasticsearch.index.reindex.ReindexPlugin' }