mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
pluralize genre in "Select up to 5 Genre"
This commit is contained in:
parent
9c80c610b4
commit
063ed26519
@ -199,7 +199,7 @@ class PlaylistGeneratorPage extends HookConsumerWidget {
|
|||||||
label: Text(context.l10n.add_genres),
|
label: Text(context.l10n.add_genres),
|
||||||
helperText: context.l10n.select_up_to_count_type(
|
helperText: context.l10n.select_up_to_count_type(
|
||||||
leftSeedCount,
|
leftSeedCount,
|
||||||
context.l10n.genre,
|
context.l10n.genres,
|
||||||
),
|
),
|
||||||
enabled: enabled,
|
enabled: enabled,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user