1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Soften the wording on MB Supporter msg

This commit is contained in:
Eric Reed 2013-08-26 15:06:37 -04:00
parent c242ab86f8
commit 58742183c1

View file

@ -149,7 +149,7 @@
$('.premiumHasPrice', page).hide();
}
} else {
$('#regInfo', page).html("You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.").trigger('create');
$('#regInfo', page).html("Please become a <a href='supporter.html'>Media Browser Supporter</a> in order to register this feature.").trigger('create');
$('#ppButton', page).hide();
}