From 5281cfc8e10056fd45b06aeedc66e9fed8bf0e34 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Tue, 23 Jul 2024 10:06:42 -0700 Subject: [PATCH] docs: better help message in Deposit Funds action ENT-9133 --- .../templates/subsidy_access_policy/admin/deposit_funds.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enterprise_access/templates/subsidy_access_policy/admin/deposit_funds.html b/enterprise_access/templates/subsidy_access_policy/admin/deposit_funds.html index 80cefa67..11599370 100644 --- a/enterprise_access/templates/subsidy_access_policy/admin/deposit_funds.html +++ b/enterprise_access/templates/subsidy_access_policy/admin/deposit_funds.html @@ -29,7 +29,8 @@

{% trans "Deposit Funds" %}

- This tool enables admins to deposit funds into the Subsidy corresponding to this Policy. + This tool enables admins to deposit funds into the Subsidy corresponding to this Policy. The spend_limit of this + Policy will be automatically increased by the same amount, so that the newly added value can actually be redeemed.

{% csrf_token %}