about summary refs log tree commit diff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-25 21:00:59 +0100
committerGitHub <noreply@github.com>2022-03-25 21:00:59 +0100
commitf65eaa5aae8a71431bdcfb9c49c869cbdbc4da3f (patch)
tree69d73545858c965bfab968c0e7ebfdeba520535a /config/locales/en.yml
parentb58db8f12eb19787ee3bd1ec8abab21027b3d4ef (diff)
Add admin dashboard checks for Elasticsearch version (#17863)
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index a6ded38f7..db29922fa 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -780,6 +780,11 @@ en:
         message_html: You haven't defined any server rules.
       sidekiq_process_check:
         message_html: No Sidekiq process running for the %{value} queue(s). Please review your Sidekiq configuration
+      elasticsearch_running_check:
+        message_html: Could not connect to Elasticsearch. Please check that it is running, or disable full-text search
+      elasticsearch_version_check:
+        message_html: "Incompatible Elasticsearch version: %{value}"
+        version_comparison: "Elasticsearch %{running_version} is running while %{required_version} is required"
     tags:
       review: Review status
       updated_msg: Hashtag settings updated successfully