diff --git a/features/rageshake/src/main/kotlin/io/element/android/features/rageshake/reporter/BugReporter.kt b/features/rageshake/src/main/kotlin/io/element/android/features/rageshake/reporter/BugReporter.kt
index 3e495d613f..82e777ab43 100755
--- a/features/rageshake/src/main/kotlin/io/element/android/features/rageshake/reporter/BugReporter.kt
+++ b/features/rageshake/src/main/kotlin/io/element/android/features/rageshake/reporter/BugReporter.kt
@@ -235,10 +235,10 @@ class BugReporter @Inject constructor(
if (!mIsCancelled) {
val text = when (reportType) {
- ReportType.BUG_REPORT -> "[ElementX] $bugDescription"
- ReportType.SUGGESTION -> "[ElementX] [Suggestion] $bugDescription"
- ReportType.SPACE_BETA_FEEDBACK -> "[ElementX] [spaces-feedback] $bugDescription"
- ReportType.THREADS_BETA_FEEDBACK -> "[ElementX] [threads-feedback] $bugDescription"
+ ReportType.BUG_REPORT -> bugDescription
+ ReportType.SUGGESTION -> "[Suggestion] $bugDescription"
+ ReportType.SPACE_BETA_FEEDBACK -> "[spaces-feedback] $bugDescription"
+ ReportType.THREADS_BETA_FEEDBACK -> "[threads-feedback] $bugDescription"
ReportType.AUTO_UISI_SENDER,
ReportType.AUTO_UISI -> bugDescription
}
@@ -298,9 +298,6 @@ class BugReporter @Inject constructor(
// builder.addFormDataPart("label", buildMeta.flavorDescription)
// builder.addFormDataPart("label", buildMeta.gitBranchName)
- // Special for ElementX
- builder.addFormDataPart("label", "[ElementX]")
-
// Possible values for BuildConfig.BUILD_TYPE: "debug", "nightly", "release".
// builder.addFormDataPart("label", BuildConfig.BUILD_TYPE)
diff --git a/features/rageshake/src/main/res/values/strings.xml b/features/rageshake/src/main/res/values/strings.xml
index 846f0ca048..48eff44d57 100644
--- a/features/rageshake/src/main/res/values/strings.xml
+++ b/features/rageshake/src/main/res/values/strings.xml
@@ -19,7 +19,7 @@
https://riot.im/bugreports/submit
- riot-android
+ element-x-android
element-auto-uisi