mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +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 {
|
||||
// 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>
|
||||
<p>This is an archived artist profile that's part of the MLP
|
||||
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>
|
||||
|
||||
<pfm-comments type="user" resource="::artist"></pfm-comments>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
individually whitelisted.</p>
|
||||
|
||||
<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
|
||||
a
|
||||
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>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">
|
||||
<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