Use productionApplicationName, set to "Element", instead of "Element X", and use ot for screen_onboarding_welcome_message

This commit is contained in:
Benoit Marty 2024-04-10 16:45:14 +02:00
parent a4cb241767
commit ffede8b13b
7 changed files with 8 additions and 3 deletions

View file

@ -80,6 +80,7 @@ object AppModule {
isDebuggable = BuildConfig.DEBUG,
buildType = buildType,
applicationName = context.getString(R.string.app_name),
productionApplicationName = "Element",
// Use the same name for desktop and mobile for now
desktopApplicationName = context.getString(R.string.app_name),
applicationId = BuildConfig.APPLICATION_ID,