Change the rageshake tag.

This commit is contained in:
Onuray Sahin 2020-06-30 15:02:37 +03:00
parent cba9109206
commit 08710978c5

View file

@ -220,7 +220,7 @@ class BugReporter @Inject constructor(
} }
if (!mIsCancelled) { if (!mIsCancelled) {
val text = "[Riot.imX] " + val text = "[Element] " +
if (forSuggestion) { if (forSuggestion) {
"[Suggestion] " "[Suggestion] "
} else { } else {
@ -292,7 +292,7 @@ class BugReporter @Inject constructor(
builder.addFormDataPart("label", context.getString(R.string.git_branch_name)) builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
// Special for RiotX // Special for RiotX
builder.addFormDataPart("label", "[Riot.imX]") builder.addFormDataPart("label", "[Element]")
// Suggestion // Suggestion
if (forSuggestion) { if (forSuggestion) {