about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-03-25 21:41:17 +0100
committerGitHub <noreply@github.com>2022-03-25 21:41:17 +0100
commitf572a68a0cec49551948858dc0957bc7703e580d (patch)
tree1d8f7674e3d3d933787116ce03e22b579be374f4 /config
parentf65eaa5aae8a71431bdcfb9c49c869cbdbc4da3f (diff)
Chore: i18n-tasks normalize (#17873)
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index db29922fa..5fa3c012e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -775,16 +775,16 @@ en:
     system_checks:
       database_schema_check:
         message_html: There are pending database migrations. Please run them to ensure the application behaves as expected
+      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
       rules_check:
         action: Manage server rules
         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