File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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> \
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments