diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 6f8c735b8cc..7413b1d43a4 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -726,7 +726,7 @@ en: muted_users: "Muted" muted_users_instructions: "Suppress all notifications from these users." ignored_users: "Ignored" - ignored_users_instructions: "Lists all your ignored users." + ignored_users_instructions: "Suppress all posts and notifications from these users." muted_topics_link: "Show muted topics" watched_topics_link: "Show watched topics" tracked_topics_link: "Show tracked topics" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d028f80f529..967a228f729 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1561,8 +1561,8 @@ en: enable_s3_uploads: "Place uploads on Amazon S3 storage. IMPORTANT: requires valid S3 credentials (both access key id & secret access key)." s3_use_iam_profile: 'Use an AWS EC2 instance profile to grant access to the S3 bucket. NOTE: enabling this requires Discourse to be running in an appropriately-configured EC2 instance, and overrides the "s3 access key id" and "s3 secret access key" settings.' s3_upload_bucket: "The Amazon S3 bucket name that files will be uploaded into. WARNING: must be lowercase, no periods, no underscores." - s3_access_key_id: "The Amazon S3 access key id that will be used to upload images." - s3_secret_access_key: "The Amazon S3 secret access key that will be used to upload images." + s3_access_key_id: "The Amazon S3 access key id that will be used to upload images, attachments, and backups." + s3_secret_access_key: "The Amazon S3 secret access key that will be used to upload images, attachments, and backups." s3_region: "The Amazon S3 region name that will be used to upload images and backups." s3_cdn_url: "The CDN URL to use for all s3 assets (for example: https://cdn.somewhere.com). WARNING: after changing this setting you must rebake all old posts."