chore(communities/portal): rename section (popular -> all)
closes: #9728
This commit is contained in:
parent
0e60ac4933
commit
2429673b8d
|
@ -86,6 +86,7 @@ StatusScrollView {
|
|||
id: featuredLabel
|
||||
visible: !root.searchLayout && featuredRepeater.count
|
||||
Layout.topMargin: d.scrollViewTopMargin
|
||||
//: Featured communities
|
||||
text: qsTr("Featured")
|
||||
font.weight: Font.Bold
|
||||
font.pixelSize: d.subtitlePixelSize
|
||||
|
@ -111,7 +112,8 @@ StatusScrollView {
|
|||
StatusBaseText {
|
||||
visible: !root.searchLayout && popularRepeater.count
|
||||
Layout.topMargin: 20
|
||||
text: qsTr("Popular")
|
||||
//: All communities
|
||||
text: qsTr("All")
|
||||
font.weight: Font.Bold
|
||||
font.pixelSize: d.subtitlePixelSize
|
||||
color: Theme.palette.directColor1
|
||||
|
|
Loading…
Reference in New Issue