diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index 1e87175c..3d527e44 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -270,7 +270,7 @@
- {gettext("MusicBrainz data")} + {gettext("MusicBrainz data")}
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>
diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 51b16e5a..95850c20 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -272,7 +272,7 @@
- {gettext("MusicBrainz data")} + {gettext("MusicBrainz data")}
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>