Skip to content

Commit

Permalink
Update sound settings copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegapinski committed May 1, 2023
1 parent 1bcc579 commit 1b73cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feature/settings/widget/sound_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SoundSettings extends StatelessWidget {
icon: Icons.speaker,
title: 'State',
subtitle:
'Disable if you intend to use Bluetooth audio, HDMI or the headphone jack',
'Disable if you intend to use Bluetooth audio',
trailing: Switch(
value: state.isEnabled,
onChanged: (value) {
Expand Down

0 comments on commit 1b73cf6

Please sign in to comment.