mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
replace "Add Genres" with just "Genres"
This commit is contained in:
parent
063ed26519
commit
017048404f
@ -196,7 +196,7 @@ class PlaylistGeneratorPage extends HookConsumerWidget {
|
|||||||
genres.value = value;
|
genres.value = value;
|
||||||
},
|
},
|
||||||
dialogTitle: Text(context.l10n.select_genres),
|
dialogTitle: Text(context.l10n.select_genres),
|
||||||
label: Text(context.l10n.add_genres),
|
label: Text(context.l10n.genres),
|
||||||
helperText: context.l10n.select_up_to_count_type(
|
helperText: context.l10n.select_up_to_count_type(
|
||||||
leftSeedCount,
|
leftSeedCount,
|
||||||
context.l10n.genres,
|
context.l10n.genres,
|
||||||
|
Loading…
Reference in New Issue
Block a user