diff --git a/features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsView.kt b/features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsView.kt index 82b477fcc9..7c5b5d91c8 100644 --- a/features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsView.kt +++ b/features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsView.kt @@ -58,7 +58,7 @@ fun DeveloperSettingsView( ) PreferenceCategory(title = "Crash", showDivider = false) { PreferenceText( - title = "Crash the app 💥!,", + title = "Crash the app 💥", onClick = { error("This crash is a test.") } ) }