Watch Later: fix capitalization so we don't need to re-translate
This commit is contained in:
parent
97dd01ed38
commit
5d22688acf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function FileWatchLaterLink(props: Props) {
|
||||||
const title = hasClaimInWatchLater ? __('Remove from Watch Later') : __('Add to Watch Later');
|
const title = hasClaimInWatchLater ? __('Remove from Watch Later') : __('Add to Watch Later');
|
||||||
|
|
||||||
// label that is shown after hover
|
// label that is shown after hover
|
||||||
const label = !hasClaimInWatchLater ? __('Watch later') : __('Remove');
|
const label = !hasClaimInWatchLater ? __('Watch Later') : __('Remove');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue