Skip to content

Commit 2656526

Browse files
committed
Merge branch 'fix/limit-rows-popup' into 'master'
[fix]: fix popup limit rows text See merge request datopian/clients/nhs-dataexplorer!16
2 parents 1b218a7 + 0111420 commit 2656526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/dataexplorer/templates/recline_view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h4 class="loading-dialog">
1818
<div class="modal">
1919
<div class="row">
2020
<div class="modal-content">
21-
<h3>Results exceed the limit of rows.</h3>
21+
<h3>Results exceed the current limit of rows that can be downloaded via the Data Explorer.</h3>
2222
<p>Use <a href="/pages/api" target="_blank">API</a> to download the full result set or continue with the truncated.</p>
2323
<button class="btn extract-button modal-btn" id="confirm-btn">Continue</button>
2424
<button class="btn extract-button modal-btn" id="cancel-btn">Cancel</button>

0 commit comments

Comments
 (0)