Skip to content

Commit b893f0f

Browse files
committed
Update error message
1 parent 477dfef commit b893f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_indexing_helper/static/js/candidate_url_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ function postVisited(url) {
396396

397397
function deletePattern(url, data_type, url_type=null, candidate_urls_count=null) {
398398
if (url_type === MULTI_URL_PATTERN) {
399-
var confirmDelete = confirm(`YOU ARE ATTEMPTING TO DELETE A MULTI-URL PATTERN. THIS WILL DELETE ${candidate_urls_count} TITLE PATTERNS. Are you sure you want to do this? Currently there is no way to delete a single URL from a Multi-URL pattern`);
399+
var confirmDelete = confirm(`YOU ARE ATTEMPTING TO DELETE A MULTI-URL PATTERN. THIS WILL AFFECT ${candidate_urls_count} URLs. \n\nAre you sure you want to do this? Currently there is no way to delete a single URL from a Multi-URL pattern`);
400400
} else {
401401
var confirmDelete = confirm(`Are you sure you want to delete this ${data_type}?`);
402402
}

0 commit comments

Comments
 (0)