Skip to content

Commit 1b218a7

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ckanext/dataexplorer/public/vendor/recline/recline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4484,7 +4484,7 @@ my.Extractor = Backbone.View.extend({
44844484
<input class="form-control extract-data-input" type="hidden" id="extract_data" name="extract_data" value=""> \
44854485
</fieldset> \
44864486
<br> \
4487-
<p><i class="icon-info-sign"></i> ' + ckan.i18n._('Downloads are limited to the most recent 200000 rows') + '</p> \
4487+
<p><i class="icon-info-sign"></i> ' + ckan.i18n._('Downloads are limited to 200000 rows') + '</p> \
44884488
<button type="submit" class="btn extract-button">' + ckan.i18n._('Download') + '</button> \
44894489
</form> \
44904490
</div> \

ckanext/dataexplorer/templates/recline_view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h4 class="loading-dialog">
1919
<div class="row">
2020
<div class="modal-content">
2121
<h3>Results exceed the limit of rows.</h3>
22-
<p>Use API to download the full result set or continue with the truncated.</p>
22+
<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>
2525
</div>

0 commit comments

Comments
 (0)