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