From c97024ee3cee67785a51a7451884482744b40606 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 25 May 2021 11:27:35 +0200 Subject: [PATCH] rageshake: Remove useless title addition in issue title Change-Id: I56de1ae9dbd9a569504d7ef1a5c66efd1ad414b2 --- .../java/im/vector/app/features/rageshake/BugReporter.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt b/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt index d72f16e62a..8908ba7e9e 100755 --- a/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt +++ b/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt @@ -247,9 +247,9 @@ class BugReporter @Inject constructor( if (!mIsCancelled) { val text = when (reportType) { - ReportType.BUG_REPORT -> "[SchildiChat] $bugDescription" - ReportType.SUGGESTION -> "[SchildiChat] [Suggestion] $bugDescription" - ReportType.SPACE_BETA_FEEDBACK -> "[SchildiChat] [spaces-feedback] $bugDescription" + ReportType.BUG_REPORT -> "$bugDescription" + ReportType.SUGGESTION -> "[Suggestion] $bugDescription" + ReportType.SPACE_BETA_FEEDBACK -> "[spaces-feedback] $bugDescription" } // build the multi part request