From a7c76279f654196813c3d1f1340a62f9625af535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 17 Nov 2023 13:57:32 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Part-of: --- api/funkwhale_api/music/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/funkwhale_api/music/tasks.py b/api/funkwhale_api/music/tasks.py index a5982b371..54801967c 100644 --- a/api/funkwhale_api/music/tasks.py +++ b/api/funkwhale_api/music/tasks.py @@ -251,8 +251,8 @@ def process_upload(upload, update_denormalization=True): if check_mbid and not serializer.validated_data.get("mbid"): return fail_import( upload, - "Uploading files without a MusicBrainz ID is not permitted in this pod", - detail="You can tag you files with MusicBrainz Picard", + "Only content tagged with a MusicBrainz ID is permitted on this pod.", + detail="You can tag your files with MusicBrainz Picard", ) final_metadata = collections.ChainMap(