Watch Later: fix capitalization so we don't need to re-translate

This commit is contained in:
infinite-persistence 2022-04-06 00:42:29 +08:00 committed by infinite-persistence
parent 97dd01ed38
commit 5d22688acf

View file

@ -36,7 +36,7 @@ function FileWatchLaterLink(props: Props) {
const title = hasClaimInWatchLater ? __('Remove from Watch Later') : __('Add to Watch Later');
// label that is shown after hover
const label = !hasClaimInWatchLater ? __('Watch later') : __('Remove');
const label = !hasClaimInWatchLater ? __('Watch Later') : __('Remove');
return (
<Button