diff --git a/arches/app/templates/javascript.htm b/arches/app/templates/javascript.htm index b8dcc9aa035..1580e7814e9 100644 --- a/arches/app/templates/javascript.htm +++ b/arches/app/templates/javascript.htm @@ -765,8 +765,7 @@ bulk-string-editor-replace='{% trans "Replace Text" as bulkStringEditorReplace %} "{{ bulkStringEditorReplace|escapejs }}"' select-edit-operation='{% trans "Select an Edit Operation" as SelectEditOperation %} "{{ SelectEditOperation|escapejs }}"' preview-count-stats='(limit, possible, resCount) => {return {% trans "Showing first ${limit} of ${possible} values in ${resCount} resources" as previewCountStats %} `{{ previewCountStats|escapejs }}` }' - bulk-edit-limit-info='(limit) => {return {% trans "If the number of edits exceeds the limit of ${limit} values, you may need to perform bulk-edit multiple times" as bulkEditLimitInfo %} `{{ bulkEditLimitInfo|escapejs }}`}' - bulk-edit-limit-warning='(limit) => {return {% trans "The number of possible edits exceeds the limit of ${limit} values, only the first ${limit} will be updated" as bulkEditLimitWarning %} `{{ bulkEditLimitWarning|escapejs }}`}' + bulk-edit-limit-warning='(limit) => {return {% trans "For safety, only ${limit} bulk edits are allowed at a time. If you need to edit more than ${limit} entries, you will need to perform the operation multiple times." as bulkEditLimitWarning %} `{{ bulkEditLimitWarning|escapejs }}`}' show='{% trans "show" as show %} "{{ show|escapejs }}"' hide='{% trans "hide" as hide %} "{{ hide|escapejs }}"' first-five-shown='{% trans "First 5 errors are shown" as firstFiveShown %} "{{ firstFiveShown|escapejs }}"' diff --git a/arches/app/templates/views/components/etl_modules/base-bulk-string-editor.htm b/arches/app/templates/views/components/etl_modules/base-bulk-string-editor.htm index ebae1d2b5c9..cb73848fb9b 100644 --- a/arches/app/templates/views/components/etl_modules/base-bulk-string-editor.htm +++ b/arches/app/templates/views/components/etl_modules/base-bulk-string-editor.htm @@ -126,11 +126,6 @@
- -
-