Merge pull request #5093 from matrix-org/jryans/rebrand-rageshakes

Update rageshake app name
pull/21833/head
J. Ryan Stinnett 2020-08-10 11:11:37 +01:00 committed by GitHub
commit d076d6351f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export default async function sendBugReport(bugReportEndpoint: string, opts: IOp
const body = new FormData();
body.append('text', opts.userText || "User did not supply any additional text.");
body.append('app', 'riot-web');
body.append('app', 'element-web');
body.append('version', version);
body.append('user_agent', userAgent);
body.append('installed_pwa', installedPWA);