mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
16 lines
862 B
HTML
16 lines
862 B
HTML
<div class="modal" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header" ng-show="title">
|
|
<button type="button" class="close" ng-click="$hide()">×</button>
|
|
<h4 class="modal-title">Information</h4>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>Your download contains some tracks which are in lossy formats instead of your chosen lossless format ({{::format.name}}. This is because they were originally uploaded in a lossy format (e.g., MP3). As a result, these tracks have been replaced by their lossy files.</p>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-primary" ng-click="$hide()">OK</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|