mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
Fixed group_email_credentials_warning description (#23037)
This commit is contained in:
parent
b5fcb486d0
commit
13b74f8a12
@ -1462,7 +1462,7 @@ en:
|
||||
description: "Top 10 users who have had likes from a wide range of people."
|
||||
|
||||
dashboard:
|
||||
group_email_credentials_warning: 'There was an issue with the email credentials for the group <a href="%{base_path}/g/%{group_name}/manage/email">%{group_full_name}</a>. No emails will send from the group inbox until this problem is addressed. %{error}'
|
||||
group_email_credentials_warning: 'There was an issue with the email credentials for the group <a href="%{base_path}/g/%{group_name}/manage/email">%{group_full_name}</a>. No emails will be sent from the group inbox until this problem is addressed. %{error}'
|
||||
rails_env_warning: "Your server is running in %{env} mode."
|
||||
host_names_warning: "Your config/database.yml file is using the default localhost hostname. Update it to use your site's hostname."
|
||||
sidekiq_warning: 'Sidekiq is not running. Many tasks, like sending emails, are executed asynchronously by Sidekiq. Please ensure at least one Sidekiq process is running. <a href="https://github.com/mperham/sidekiq" target="_blank">Learn about Sidekiq here</a>.'
|
||||
|
Loading…
Reference in New Issue
Block a user