mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 02:15:46 +03:00
Change the rageshake tag.
This commit is contained in:
parent
cba9109206
commit
08710978c5
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue