Skip to content

Commit

Permalink
song_options: improve add or remove from playlist option caption string
Browse files Browse the repository at this point in the history
  • Loading branch information
Artx-II committed Jan 4, 2024
1 parent 417f55a commit ff1acee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/sheets/song_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class SongOptionsSheet extends StatelessWidget {
],
),
_optionTile(context,
title: Languages.of(context)!.labelAddToPlaylist,
subtitle: Languages.of(context)!.labelAddToPlaylistDescription,
title: 'Add/Remove from Playlists',
subtitle: 'Add or remove this song from any playlist',
icon: LineIcons.list,
onTap: () {
Navigator.pop(context);
Expand Down

0 comments on commit ff1acee

Please sign in to comment.