Skip to content

Commit f62a57c

Browse files
committed
android: fix find replace mess-up
1 parent f7bb1ce commit f62a57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/me/kavishdevar/librepods/screens/TroubleshootingScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fun TroubleshootingScreen(navController: NavController) {
193193
LaunchedEffect(currentStep) {
194194
instructionText = when (currentStep) {
195195
0 -> "First, let's ensure Xposed module is properly configured. Tap the button below to check Xposed scope settings."
196-
1 -> "Please put your AirPods in the case and close it, so they disconnectForCD completely."
196+
1 -> "Please put your AirPods in the case and close it, so they disconnect completely."
197197
2 -> "Preparing to collect logs... Please wait."
198198
3 -> "Now, open the AirPods case and connect your AirPods. Logs are being collected. Connection will be detected automatically, or you can manually stop logging when you're done."
199199
4 -> "Log collection complete! You can now save or share the logs."

0 commit comments

Comments
 (0)