Skip to content

Commit

Permalink
Update frontend/src/features/settings/preferences/fields/FeedForYouDa…
Browse files Browse the repository at this point in the history
…te.tsx

Co-authored-by: Adrien Matissart <amatissart@users.noreply.github.com>
  • Loading branch information
GresilleSiffle and amatissart authored Dec 19, 2024
1 parent 28fcd0b commit 53c04e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const FeedForYouDate = ({ scope, value, onChange }: FeedForYouDateProps) => {
id={`${scope}_feed_foryou__date`}
labelId={`label_${scope}_feed_foryou__date`}
value={value}
label={t('videosUserSettingsForm.recommendations.defaultUploadDate')}
label={t('videosUserSettingsForm.feed.generic.uploadDate')}
onChange={(event) =>
onChange(event.target.value as FeedForyou_dateEnum | BlankEnum)
}
Expand Down

0 comments on commit 53c04e6

Please sign in to comment.