Change "auto approve" to "auto accept" to reflect whats happening

This commit is contained in:
Patrick Smith
2018-11-06 17:00:45 -05:00
parent 9cb2b9714e
commit a0168a3666
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class DetailsOfUseForm(ValidatedForm):
except ValueError:
annual_spend = 0
if annual_spend > Requests.AUTO_APPROVE_THRESHOLD:
if annual_spend > Requests.AUTO_ACCEPT_THRESHOLD:
self.number_user_sessions.validators.append(InputRequired())
self.average_daily_traffic.validators.append(InputRequired())