diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift index e4ed3dfc1..b1018943c 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift @@ -67,7 +67,7 @@ struct DeveloperOptionsScreen: View { Section("Join rules") { Toggle(isOn: $context.knockingEnabled) { Text("Knocking") - Text("Experimental, still using mocked data") + Text("Ask to join rooms") } }