Fix email action button label for reports

pull/5004/head
Chocobozzz 2022-05-24 09:19:03 +02:00
parent a65858746c
commit 3329325a64
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}