diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-03-16 22:47:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 22:47:01 +0100 |
commit | 8fdf49b11deca38f4dcb39179daf8c56de25b938 (patch) | |
tree | 1430cb8e80bf646aa76fba1afa8782b2e538de7c /config | |
parent | 75e5a6e43738c278390c03c96d5d3e8575a2783c (diff) |
Add warning for object storage misconfiguration (#24137)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 87231836a..c6b113956 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -812,6 +812,12 @@ 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 + upload_check_privacy_error: + action: Check here for more information + message_html: "<strong>Your web server is misconfigured. The privacy of your users is at risk.</strong>" + upload_check_privacy_error_object_storage: + action: Check here for more information + message_html: "<strong>Your object storage is misconfigured. The privacy of your users is at risk.</strong>" tags: review: Review status updated_msg: Hashtag settings updated successfully |