From 693cf4250ad84dbce12b40ee93698da6d1658638 Mon Sep 17 00:00:00 2001
From: rubenwardy
- {{ _("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.") }}