Skip to content

Commit

Permalink
audio misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Oct 27, 2024
1 parent 80b2279 commit 89e9f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/pages/settings/device_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ List<Widget> deviceSettingsWidgets(BtDevice? device, BuildContext context) {
},
child: const ListTile(
title: Text('SD Card Sync'),
subtitle: Text('Import auido files from SD Card'),
subtitle: Text('Import audio files from SD Card'),
trailing: Icon(
Icons.arrow_forward_ios,
size: 16,
Expand Down

0 comments on commit 89e9f8c

Please sign in to comment.