Consistently use "Git Update Detection"

This commit is contained in:
rubenwardy 2021-01-30 15:09:31 +00:00
parent 2fddc276de
commit 84d7030f7d
6 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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:

View File

@ -1,4 +1,4 @@
title: Automatic Update Detection
title: Git Update Detection
## Introduction

View File

@ -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 %}

View File

@ -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 %}
</p>
{% else %}

View File

@ -38,7 +38,7 @@
<a class="btn btn-secondary float-right mr-2" href="{{ url_for('packages.bulk_update_config', username=user.username) }}">See all Update Settings</a>
<h2>{{ _("Potentially Outdated Packages") }}</h2>
<p class="alert alert-info">
{{ _("New: Git Update Detection has been set up to send outdated notifications for all packages automatically.") }}<br />
{{ _("New: Git Update Detection has been set up on all packages to send notifications.") }}<br />
{{ _("Consider changing the update settings to create releases automatically instead.") }}
</p>
<p>