rename 'Tags you follow' to 'Suggested channels'

This commit is contained in:
Akinwale Ariwodola 2019-09-27 19:18:40 +01:00
parent fb5b6598d2
commit 5fc6bc50c3

View file

@ -38,7 +38,7 @@ class SuggestedSubscriptions extends React.PureComponent {
const suggestedUris = suggested ? suggested.map(suggested => suggested.uri) : [];
return [
{
title: __('Tags you follow'),
title: __('Suggested channels'),
data: claimSearchUris ? claimSearchUris.filter(uri => !suggestedUris.includes(uri)) : [],
},
{