package refactor element x to bchot
This commit is contained in:
@@ -17,19 +17,19 @@ object ApplicationConfig {
|
||||
* - "Element X dbg" for debug builds;
|
||||
* - "Element X nightly" for nightly builds.
|
||||
*/
|
||||
const val APPLICATION_NAME: String = ""
|
||||
const val APPLICATION_NAME: String = "bChot"
|
||||
|
||||
/**
|
||||
* Used in the strings to reference the Element client.
|
||||
* Cannot be empty.
|
||||
* For Element, the value is "Element".
|
||||
*/
|
||||
const val PRODUCTION_APPLICATION_NAME: String = "Element"
|
||||
const val PRODUCTION_APPLICATION_NAME: String = "bChot"
|
||||
|
||||
/**
|
||||
* Used in the strings to reference the Element Desktop client, for instance Element Web.
|
||||
* Cannot be empty.
|
||||
* For Element, the value is "Element". We use the same name for desktop and mobile for now.
|
||||
*/
|
||||
const val DESKTOP_APPLICATION_NAME: String = "Element"
|
||||
const val DESKTOP_APPLICATION_NAME: String = "bChot"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user