From feeed0ec2d98aca9d43f9516fe7617541a7e312f Mon Sep 17 00:00:00 2001 From: Aditya Anand Date: Tue, 13 Nov 2018 14:26:24 +0530 Subject: [PATCH] update text to state auto-approval after 72 hours doesn't happen Fixes: https://github.com/gitcoinco/web/issues/2772 --- app/assets/v2/images/how-it-works/icons/timer.svg | 1 - app/retail/templates/emails/start_work_new_applicant.html | 3 --- app/retail/templates/how_it_works/permissions.html | 5 ++--- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 app/assets/v2/images/how-it-works/icons/timer.svg diff --git a/app/assets/v2/images/how-it-works/icons/timer.svg b/app/assets/v2/images/how-it-works/icons/timer.svg deleted file mode 100644 index b7d93883ce8..00000000000 --- a/app/assets/v2/images/how-it-works/icons/timer.svg +++ /dev/null @@ -1 +0,0 @@ -System Approve72 \ No newline at end of file diff --git a/app/retail/templates/emails/start_work_new_applicant.html b/app/retail/templates/emails/start_work_new_applicant.html index c3d7c2a0232..599d721e953 100644 --- a/app/retail/templates/emails/start_work_new_applicant.html +++ b/app/retail/templates/emails/start_work_new_applicant.html @@ -31,9 +31,6 @@

{% trans "Request to Work" %}


{% include 'emails/bounty.html' with bounty=bounty action='custom' action_copy='Approve Worker' action_url=approve_worker_url action2_url=reject_worker_url action2_copy='Reject Worker' action2='custom' %} -

- {% trans "As a reminder, after 72 hours any contributor will be auto-approved and can automatically submit a PR against your issue." %} -

{% blocktrans %} - Gitcoin Team diff --git a/app/retail/templates/how_it_works/permissions.html b/app/retail/templates/how_it_works/permissions.html index 5e1fdbb798f..9df3940d6bd 100644 --- a/app/retail/templates/how_it_works/permissions.html +++ b/app/retail/templates/how_it_works/permissions.html @@ -42,11 +42,10 @@

{% trans "What to Know" %}

Gitcoin will send you an email notification when a worker has expressed interest.

The repo owner/funder has the right to approve or deny any request to work.

-

If there is no response from the funder/repo owner, Gitcoin will auto - approve the contributor after 72 hours. +

A funder may override the auto approve setting. + In this case, workers will not be automatically approved after 72 hours.

{% endblocktrans %} - system approve