Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update missing_data.html #2561

Merged
merged 1 commit into from Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions listenbrainz/webserver/templates/user/missing_data.html
Expand Up @@ -5,11 +5,12 @@
{% block settings_content %}
<h2 class="page-title">Missing MusicBrainz Data of {{ user.musicbrainz_id }}</h2>
<p>
MusicBrainz is the music encyclopedia that ListenBrainz uses to display more information about your music,
entirely built by a passionate open-source community.
<a href="https://musicbrainz.org/">MusicBrainz</a> is the open-source music encyclopedia that ListenBrainz uses
to display information about your music.<br/>
<br/>
The songs (or “recordings”) below don’t seem to exist yet in MusicBrainz. Please take a few minutes to submit
this new data and help us improve this community resource and everyone’s experience on ListenBrainz.
This page displays your top 200 (by listen count) submitted songs that we haven’t been able to automatically
link with MusicBrainz “recordings”, or that don’t yet exist in MusicBrainz. Please take a few minutes to link
these recordings below, or to <a href="https://wiki.musicbrainz.org/How_to_Contribute>submit new data to MusicBrainz</a>.
</p>
<div id="react-container"></div>
{% endblock %}
Expand Down