From c84648556d99818e494aea0a6c1f2672e188f741 Mon Sep 17 00:00:00 2001 From: Jake Goldsborough Date: Thu, 2 Oct 2025 11:38:27 -0700 Subject: [PATCH] fixing incorrect locale message --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 83e4b5a185a..d06fe1af44b 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1689,8 +1689,8 @@ en: facebook_config: 'The server is configured to allow signup and login with Facebook (enable_facebook_logins), but the app id and app secret values are not set. Go to the Site Settings and update the settings. See this guide to learn more.' twitter_config: 'The server is configured to allow signup and login with Twitter (enable_twitter_logins), but the key and secret values are not set. Go to the Site Settings and update the settings. See this guide to learn more.' github_config: 'The server is configured to allow signup and login with GitHub (enable_github_logins), but the client id and secret values are not set. Go to the Site Settings and update the settings. See this guide to learn more.' - s3_upload_config: 'The server is configured to upload files to S3, but the s3_upload_bucket setting is not set. Go to the Site Settings and update the settings. See "How to set up image uploads to S3?" to learn more.' - s3_backup_config: 'The server is configured to upload files to S3, but the s3_upload_bucket setting is not set. Go to the Site Settings and update the settings. See "How to set up image uploads to S3?" to learn more.' + s3_upload_config: 'The server is configured to upload files to S3, but the s3_upload_bucket setting is not set. Go to the Site Settings and update the setting. See "How to set up image uploads to S3?" to learn more.' + s3_backup_config: 'The server is configured to upload backups to S3, but the s3_backup_bucket setting is not set. Go to the Site Settings and update the setting. See "How to set up image uploads to S3?" to learn more.' s3_cdn: 'The server is configured to upload files to S3, but there is no S3 CDN configured. This can lead to expensive S3 costs and slower site performance. See "Using Object Storage for Uploads" to learn more.' image_magick: 'The server is configured to create thumbnails of large images, but ImageMagick is not installed. Install ImageMagick using your favorite package manager or download the latest release.' failing_emails: 'There are %{num_failed_jobs} email jobs that failed. Check your app.yml and ensure that the mail server settings are correct. See the failed jobs in Sidekiq.'