'Show less livestreams' -> 'Show fewer livestreams'

https://discord.com/channels/721806979928162404/936318782085935155/977673908222320670
This commit is contained in:
infinite-persistence 2022-05-23 10:20:59 +08:00
parent 2803323524
commit 8e08320e7d
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 3 additions and 3 deletions

View file

@ -2081,7 +2081,7 @@
"[Removed]": "[Removed]", "[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%", "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 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%", "Winning Search for %matching_term%": "Winning Search for %matching_term%",
"%group_name% matching %matching_term%": "%group_name% matching %matching_term%", "%group_name% matching %matching_term%": "%group_name% matching %matching_term%",
"Searching...": "Searching...", "Searching...": "Searching...",

View file

@ -112,7 +112,7 @@ export default function LivestreamSection(props: Props) {
{liveTilesOverLimit && liveSection === SECTION.EXPANDED && ( {liveTilesOverLimit && liveSection === SECTION.EXPANDED && (
<div className="livestream-list--view-more"> <div className="livestream-list--view-more">
<Button <Button
label={__('Show less livestreams')} label={__('Show fewer livestreams')}
button="link" button="link"
iconRight={ICONS.UP} iconRight={ICONS.UP}
className="claim-grid__title--secondary" className="claim-grid__title--secondary"
@ -150,7 +150,7 @@ export default function LivestreamSection(props: Props) {
{liveTilesOverLimit && liveSection === SECTION.EXPANDED && ( {liveTilesOverLimit && liveSection === SECTION.EXPANDED && (
<div className="livestream-list--view-more"> <div className="livestream-list--view-more">
<Button <Button
label={__('Show less livestreams')} label={__('Show fewer livestreams')}
button="link" button="link"
iconRight={ICONS.UP} iconRight={ICONS.UP}
className="claim-grid__title--secondary" className="claim-grid__title--secondary"