'Show less livestreams' -> 'Show fewer livestreams'
https://discord.com/channels/721806979928162404/936318782085935155/977673908222320670
This commit is contained in:
parent
2803323524
commit
8e08320e7d
2 changed files with 3 additions and 3 deletions
|
@ -2081,7 +2081,7 @@
|
|||
"[Removed]": "[Removed]",
|
||||
"lbry.tv has been retired. You have been magically transported to Odysee.com. %more%": "lbry.tv has been retired. You have been magically transported to Odysee.com. %more%",
|
||||
"Show more livestreams": "Show more livestreams",
|
||||
"Show less livestreams": "Show less livestreams",
|
||||
"Show fewer livestreams": "Show fewer livestreams",
|
||||
"Winning Search for %matching_term%": "Winning Search for %matching_term%",
|
||||
"%group_name% matching %matching_term%": "%group_name% matching %matching_term%",
|
||||
"Searching...": "Searching...",
|
||||
|
|
|
@ -112,7 +112,7 @@ export default function LivestreamSection(props: Props) {
|
|||
{liveTilesOverLimit && liveSection === SECTION.EXPANDED && (
|
||||
<div className="livestream-list--view-more">
|
||||
<Button
|
||||
label={__('Show less livestreams')}
|
||||
label={__('Show fewer livestreams')}
|
||||
button="link"
|
||||
iconRight={ICONS.UP}
|
||||
className="claim-grid__title--secondary"
|
||||
|
@ -150,7 +150,7 @@ export default function LivestreamSection(props: Props) {
|
|||
{liveTilesOverLimit && liveSection === SECTION.EXPANDED && (
|
||||
<div className="livestream-list--view-more">
|
||||
<Button
|
||||
label={__('Show less livestreams')}
|
||||
label={__('Show fewer livestreams')}
|
||||
button="link"
|
||||
iconRight={ICONS.UP}
|
||||
className="claim-grid__title--secondary"
|
||||
|
|
Loading…
Reference in a new issue