This commit is contained in:
WitheringAway 2024-12-09 02:30:21 -05:00 committed by GitHub
commit 8512d4fba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,10 +196,10 @@ class PlaylistGeneratorPage extends HookConsumerWidget {
genres.value = value;
},
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(
leftSeedCount,
context.l10n.genre,
context.l10n.genres,
),
enabled: enabled,
);