diff --git a/nise-frontend/src/app/text-report.service.ts b/nise-frontend/src/app/text-report.service.ts index f4ca73e..dc76737 100644 --- a/nise-frontend/src/app/text-report.service.ts +++ b/nise-frontend/src/app/text-report.service.ts @@ -32,7 +32,7 @@ export class TextReportService { report += `\n\n${this.getStealingReport(similarReplay)}\n`; } - report += `\n\nGenerated on ${site} - [${userDetails.username} on ${site}](${environment.webUrl}/u/${userDetails.user_id})`; + report += `\n\nGenerated on ${site} - [${userDetails.username} profile](${environment.webUrl}/u/${userDetails.user_id})`; return report; }