Skip to content

Commit 04286f8

Browse files
authored
Update sde_collections/admin.py
1 parent 9a2e756 commit 04286f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def import_candidate_urls_from_api_caller(modeladmin, request, queryset, server_
124124
messages.add_message(
125125
request,
126126
messages.INFO,
127-
f"Started importing URLs from {server_name.upper()} Server",
127+
f"Started importing URLs from the API for: {collection_names} from {server_name.upper()} Server",
128128
)
129129

130130

0 commit comments

Comments
 (0)