From a0dbba58b346172db8fc675cb166e265c5a8b29c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 21 Jul 2023 21:40:08 +0200 Subject: [PATCH] Fix typo --- .../preferences/impl/developer/DeveloperSettingsView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") } ) }