Skip to content

Commit

Permalink
Merge pull request #34950 from dimagi/df/fix-max-row-error-message
Browse files Browse the repository at this point in the history
Updated incorrect link
  • Loading branch information
dreesefadil authored Aug 6, 2024
2 parents 3ab2f9f + 0a81c57 commit a26aa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/export/templates/export/partials/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h4 class="modal-title">
data-bind="if: emailedExport.taskStatus && emailedExport.taskStatus.failed() == 'too_large'">
<i class="fa-solid fa-triangle-exclamation"></i>
{% blocktrans with max_rows=max_daily_export_size|intcomma %}
Your export exceeds the limit of {{ max_rows }} rows. Please see <a href="https://dimagi.atlassian.net/wiki/spaces/commcarepublic/pages/2143956271/Form+Data+Export#Multimedia-Exports.1" data-toggle="modal">documentation</a> for more information.
Your export exceeds the limit of {{ max_rows }} rows. Please see <a href="https://dimagi.atlassian.net/wiki/spaces/commcarepublic/pages/2337669143/Setting+up+a+Data+Pipeline+via+CommCare" data-toggle="modal">documentation</a> for more information.
{% endblocktrans %}
</p>

Expand Down

0 comments on commit a26aa95

Please sign in to comment.