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
|
id: featuredLabel
|
||||||
visible: !root.searchLayout && featuredRepeater.count
|
visible: !root.searchLayout && featuredRepeater.count
|
||||||
Layout.topMargin: d.scrollViewTopMargin
|
Layout.topMargin: d.scrollViewTopMargin
|
||||||
|
//: Featured communities
|
||||||
text: qsTr("Featured")
|
text: qsTr("Featured")
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
font.pixelSize: d.subtitlePixelSize
|
font.pixelSize: d.subtitlePixelSize
|
||||||
|
@ -111,7 +112,8 @@ StatusScrollView {
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
visible: !root.searchLayout && popularRepeater.count
|
visible: !root.searchLayout && popularRepeater.count
|
||||||
Layout.topMargin: 20
|
Layout.topMargin: 20
|
||||||
text: qsTr("Popular")
|
//: All communities
|
||||||
|
text: qsTr("All")
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
font.pixelSize: d.subtitlePixelSize
|
font.pixelSize: d.subtitlePixelSize
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
|
|
Loading…
Reference in New Issue