From 84d7030f7d3734b4961985e8158daa802587ba7f Mon Sep 17 00:00:00 2001
From: rubenwardy
Date: Sat, 30 Jan 2021 15:09:31 +0000
Subject: [PATCH] Consistently use "Git Update Detection"
---
app/flatpages/help.md | 2 +-
app/flatpages/help/release_webhooks.md | 2 +-
app/flatpages/help/update_config.md | 2 +-
app/templates/packages/bulk_update_conf.html | 2 +-
app/templates/packages/release_new.html | 2 +-
app/templates/todo/user.html | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/flatpages/help.md b/app/flatpages/help.md
index 0ac815b2..4da49107 100644
--- a/app/flatpages/help.md
+++ b/app/flatpages/help.md
@@ -13,7 +13,7 @@ title: Help
* [Package Inclusion Policy and Guidance](/policy_and_guidance/)
* [Package Tags](package_tags)
-* [Automatic Update Detection](update_config)
+* [Git Update Detection](update_config)
* [Creating Releases using Webhooks](release_webhooks)
* [Package Configuration and Releases Guide](package_config)
diff --git a/app/flatpages/help/release_webhooks.md b/app/flatpages/help/release_webhooks.md
index 32c5efd7..a9ddd8ce 100644
--- a/app/flatpages/help/release_webhooks.md
+++ b/app/flatpages/help/release_webhooks.md
@@ -11,7 +11,7 @@ you can also use the [API](../api) to create releases.
ContentDB also offers the ability to poll a Git repo and check for updates
without any web hooks, this is limited to once a day.
-See [Automatic Update Detection](/help/update_config/).
+See [Git Update Detection](/help/update_config/).
The process is as follows:
diff --git a/app/flatpages/help/update_config.md b/app/flatpages/help/update_config.md
index 134415f0..484d9969 100644
--- a/app/flatpages/help/update_config.md
+++ b/app/flatpages/help/update_config.md
@@ -1,4 +1,4 @@
-title: Automatic Update Detection
+title: Git Update Detection
## Introduction
diff --git a/app/templates/packages/bulk_update_conf.html b/app/templates/packages/bulk_update_conf.html
index 71d4ed4a..44e924d8 100644
--- a/app/templates/packages/bulk_update_conf.html
+++ b/app/templates/packages/bulk_update_conf.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}
- {{ _("%(username)s's Automated Update Detection Configs", username=user.display_name) }}
+ {{ _("Git Update Detection for %(username)s", username=user.display_name) }}
{% endblock %}
{% block content %}
diff --git a/app/templates/packages/release_new.html b/app/templates/packages/release_new.html
index dc70354d..428e4c60 100644
--- a/app/templates/packages/release_new.html
+++ b/app/templates/packages/release_new.html
@@ -14,7 +14,7 @@
{{ _("You have automatic releases enabled.") }}
{% else %}
{{ _("You have Git update notifications enabled.") }}
- {{ _("You can enable automatic updates in the update detection settings.") }}
+ {{ _("You can enable automatic updates in the update settings.") }}
{% endif %}
{% else %}
diff --git a/app/templates/todo/user.html b/app/templates/todo/user.html
index feb7752d..49874ffe 100644
--- a/app/templates/todo/user.html
+++ b/app/templates/todo/user.html
@@ -38,7 +38,7 @@
See all Update Settings
{{ _("Potentially Outdated Packages") }}
- {{ _("New: Git Update Detection has been set up to send outdated notifications for all packages automatically.") }}
+ {{ _("New: Git Update Detection has been set up on all packages to send notifications.") }}
{{ _("Consider changing the update settings to create releases automatically instead.") }}