Skip to content

Commit

Permalink
Changing warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Apr 16, 2021
1 parent 29fc7a4 commit eac08bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_publisher/admin.py
Expand Up @@ -1791,7 +1791,7 @@ def process(self, request, society_code, file_content, import_iswcs=False):
request.user.id,
admin.options.get_content_type_for_model(work).id,
work.id, str(work), CHANGE,
'ISWC imported from ACK file.')
'ISWC imported from ISW file.')
work.save()
if unknown_work_ids:
messages.add_message(
Expand Down

0 comments on commit eac08bc

Please sign in to comment.