Skip to content

Commit

Permalink
Reword user facing message after resaving case
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Dec 30, 2024
1 parent d7388d0 commit 03556b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/reports/standard/cases/case_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def resave_case_view(request, domain, case_id):
resave_case(domain, case)
messages.success(
request,
_('Case %s was successfully saved. Hopefully it will show up in all reports momentarily.' % case.name),
_('Case %s was successfully saved. Please allow a few minutes for the change to be reflected in all reports.' % case.name), # noqa: E501
)
return HttpResponseRedirect(reverse('case_data', args=[domain, case_id]))

Expand Down

0 comments on commit 03556b6

Please sign in to comment.