Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Update contact email descriptions #2027

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Injected via `rails g hyrax:work Image`
config.register_curation_concern :image

# Email recipient of messages sent via the contact form
# The email address that messages submitted via the contact page are sent to
# This is set by account settings
# config.contact_email = '[email protected]'

Expand Down
4 changes: 2 additions & 2 deletions config/locales/simple_form.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ en:
url: Fedora URL should not end with a slash
name: A single or hyphenated name used for technical aspects of the repository (e.g., "acme" or "acme-library").
gtm_id: The ID of your Google Tag Manager account
contact_email: Email recipient of messages sent via the contact form
contact_email: The email address that messages submitted via the contact page are sent to
weekly_email_list: List of email addresses to email the weekly report. Leave a single space between each email
monthly_email_list: List of email addresses to email the monthly report. Leave a single space between each email
yearly_email_list: List of email addresses to email the yearly report. Leave a single space between each email
Expand All @@ -29,7 +29,7 @@ en:
doi_writer: Write DOIs for records. WIP do not use
cache_api: Turns on cache for API endpoints. Experimental
email_subjet_prefix: String to put in front of system email subjects.
contact_email_to: Email address that should receive contact emails
contact_email_to: The email address that system notifications will be sent from. Additional configuration is required to add an address from domains other than the site's domain
geonames_username: Register at http://www.geonames.org/manageaccount
file_acl: Turn off if using a file system like samba or nfs that does not support setting access control lists
ssl_configured: Set it true if using https
Expand Down