mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Updated contact email
This commit is contained in:
parent
78c2f4f6d1
commit
d6a80cd684
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ class TracksController extends ApiControllerBase
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// something went wrong
|
// something went wrong
|
||||||
return Response::json(['error' => 'Processing failed! Please contact feld0@poniverse.net to figure out what went wrong.'], 500);
|
return Response::json(['error' => 'Processing failed! Please contact logic@pony.fm to figure out what went wrong.'], 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<h2>Archived profile</h2>
|
<h2>Archived profile</h2>
|
||||||
<p>This is an archived artist profile that's part of the MLP
|
<p>This is an archived artist profile that's part of the MLP
|
||||||
Music Archive. If it's yours, email
|
Music Archive. If it's yours, email
|
||||||
<a href="mailto:feld0@pony.fm" target="_blank">feld0@pony.fm</a> to claim it!</p>
|
<a href="mailto:logic@pony.fm" target="_blank">logic@pony.fm</a> to claim it!</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<pfm-comments type="user" resource="::artist"></pfm-comments>
|
<pfm-comments type="user" resource="::artist"></pfm-comments>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
individually whitelisted.</p>
|
individually whitelisted.</p>
|
||||||
|
|
||||||
<p>Most of these should have been nailed by now, but if yours isn't being
|
<p>Most of these should have been nailed by now, but if yours isn't being
|
||||||
accepted, contact <a href="mailto:feld0@pony.fm" target="_blank">feld0@pony.fm</a>
|
accepted, contact <a href="mailto:logic@pony.fm" target="_blank">logic@pony.fm</a>
|
||||||
with
|
with
|
||||||
a
|
a
|
||||||
copy of the file you're trying to upload and we'll sort it out!
|
copy of the file you're trying to upload and we'll sort it out!
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<p>Note that you'll need to publish your tracks after uploading them before they'll become available to the public.</p>
|
<p>Note that you'll need to publish your tracks after uploading them before they'll become available to the public.</p>
|
||||||
|
|
||||||
<p>Contact <a href="mailto:feld0@pony.fm">feld0@pony.fm</a> if you run into any issues!</p>
|
<p>Contact <a href="mailto:logic@pony.fm">logic@pony.fm</a> if you run into any issues!</p>
|
||||||
|
|
||||||
<ul class="uploads">
|
<ul class="uploads">
|
||||||
<li ng-repeat="upload in data.queue track by $index" ng-class="{'uploading': upload.isUploading, 'has-error': upload.error != null, 'is-processing': upload.isProcessing || (upload.progress >= 100 && upload.error == null)}" ng-animate="'upload-queue'">
|
<li ng-repeat="upload in data.queue track by $index" ng-class="{'uploading': upload.isUploading, 'has-error': upload.error != null, 'is-processing': upload.isProcessing || (upload.progress >= 100 && upload.error == null)}" ng-animate="'upload-queue'">
|
||||||
|
|
Loading…
Reference in a new issue