remove unnecessary title from discover page
This commit is contained in:
parent
2c7cdfd43e
commit
18450209b7
1 changed files with 1 additions and 1 deletions
|
@ -107,11 +107,11 @@ export const selectPageTitle = createSelector(
|
|||
return __("Downloads & Purchases");
|
||||
case "published":
|
||||
return __("Publishes");
|
||||
case "discover":
|
||||
case "search":
|
||||
return params.query
|
||||
? __("Search results for %s", params.query)
|
||||
: __("Search");
|
||||
case "discover":
|
||||
case false:
|
||||
case null:
|
||||
case "":
|
||||
|
|
Loading…
Reference in a new issue