Clarify trending articles description to mention time rangeUnverified
a229c5f parent: 774c583 modified
internal/tmpl/trending.html +1 -1 | @@ -18,7 +18,7 @@ | ||
| 18 | 18 | </div> |
| 19 | 19 | </div> |
| 20 | 20 | <p class="text-sm text-spot-secondary mb-6"> |
| 21 | - {{if eq .Scope "for-me"}}Trending articles from readers with similar tastes.{{else}}Most liked and discussed articles across Glean.{{end}} | |
| 21 | + {{if eq .Scope "for-me"}}Trending articles from the past 7 days, from readers with similar tastes.{{else}}Most liked and discussed articles from the past 7 days across Glean.{{end}} | |
| 22 | 22 | </p> |
| 23 | 23 | |
| 24 | 24 | <div id="trending-list" class="space-y-3"> |
| @@ -18,7 +18,7 @@ | |||
| 18 | </div> | 18 | </div> |
| 19 | </div> | 19 | </div> |
| 20 | <p class="text-sm text-spot-secondary mb-6"> | 20 | <p class="text-sm text-spot-secondary mb-6"> |
| 21 | - {{if eq .Scope "for-me"}}Trending articles from readers with similar tastes.{{else}}Most liked and discussed articles across Glean.{{end}} | 21 | + {{if eq .Scope "for-me"}}Trending articles from the past 7 days, from readers with similar tastes.{{else}}Most liked and discussed articles from the past 7 days across Glean.{{end}} |
| 22 | </p> | 22 | </p> |
| 23 | 23 | ||
| 24 | <div id="trending-list" class="space-y-3"> | 24 | <div id="trending-list" class="space-y-3"> |