Skip to content

Commit 56307c9

Browse files
committed
android: revert accidental capitalization on toggle label
1 parent ab55096 commit 56307c9

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/AirPodsSettingsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ fun AirPodsSettingsScreen(dev: BluetoothDevice?, service: AirPodsService,
294294

295295
Spacer(modifier = Modifier.height(16.dp))
296296
StyledToggle(
297-
label = stringResource(R.string.off_listening_mode).uppercase(),
297+
label = stringResource(R.string.off_listening_mode),
298298
controlCommandIdentifier = AACPManager.Companion.ControlCommandIdentifiers.ALLOW_OFF_OPTION,
299299
description = stringResource(R.string.off_listening_mode_description)
300300
)

0 commit comments

Comments
 (0)