mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix email action button label for reports
This commit is contained in:
@@ -39,7 +39,7 @@ export abstract class AbstractNewAbuseMessage extends AbstractNotification <NewA
|
||||
: WEBSERVER.URL + '/my-account/abuses?search=%23' + this.abuse.id
|
||||
|
||||
const action = {
|
||||
text,
|
||||
text: 'View report #' + this.abuse.id,
|
||||
url: abuseUrl
|
||||
}
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ export class AbuseStateChangeForReporter extends AbstractNotification <MAbuseFul
|
||||
const abuseUrl = WEBSERVER.URL + '/my-account/abuses?search=%23' + this.abuse.id
|
||||
|
||||
const action = {
|
||||
text,
|
||||
text: 'View report #' + this.abuse.id,
|
||||
url: abuseUrl
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user