From 693cf4250ad84dbce12b40ee93698da6d1658638 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 15 Dec 2020 22:56:50 +0000 Subject: [PATCH] Improve updateconfig docs --- app/templates/packages/update_config.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/templates/packages/update_config.html b/app/templates/packages/update_config.html index acc9fba..e35ace3 100644 --- a/app/templates/packages/update_config.html +++ b/app/templates/packages/update_config.html @@ -12,8 +12,8 @@

- {{ _("ContentDB will poll your Git repository at 2am UTC every day.") }} - {{ _("You should consider using webhooks or the API for faster rollouts.") }} + {{ _("ContentDB will poll your Git repository at 2am UTC every day, if your package is approved.") }} + {{ _("You should consider using webhooks or the API for faster releases.") }}

{% if package.checkPerm(current_user, "APPROVE_RELEASE") and package.getIsOnGitHub() %} @@ -22,7 +22,7 @@ {{ _("Setup webhook") }} - {{ _("Create releases faster by using a webhook.") }} + {{ _("You can create releases faster by using a webhook.") }}

{% endif %} @@ -36,6 +36,7 @@ {{ _("The new tag trigger isn't supported yet.") }} + {{ _("In the meantime, you can use webhooks to create releases on tag events.") }}