Reported by @joelraed in π [DrupalCon] Automatic Updates alpha test result Active
The initial "Security Update" error message could be updated to include a phrase to mention that "Automatic Update" is enabled and available.
Error message
There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information and to install your missing updates.
This message comes from the Update module not automatic updates
Fixing this text probably requires a change to the Update module as it comes from _update_message_text()
This will probably be easier after this module is in core. Also since the message now take them to the " available updates page" then we already alter that page in automatic_updates_preprocess_update_project_status()
to provide a "Update now" link for the updates we support. So they can still get to our forms
Postponed
3.0
Code