Skip to content

Commit a9ec8bd

Browse files
authored
Reporting is disabled by default so adjust text for that. (#4518)
Adjusting the text for disabled reporting since it is now the default.
1 parent 15ba01d commit a9ec8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/apply/projects/reports/templates/reports/modals/report_frequency_config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="form__info-box">
88
<p>
99
{% if object.disable_reporting %}
10-
{% trans "Reporting has been disabled, just save the form with appropriate report date and frequency to enable it again." %}
10+
{% trans "You'll need to configure reporting before you can use it. Please set the report date and frequency, then save the form." %}
1111
{% elif object.does_not_repeat %}
1212
{% if object.last_report %}
1313
{% trans "No next report is due, One time reporting has already reported on " %}

0 commit comments

Comments
 (0)