chore(communities/portal): rename section (popular -> all)

closes: #9728
This commit is contained in:
Patryk Osmaczko 2023-03-03 13:51:21 +01:00 committed by osmaczko
parent 0e60ac4933
commit 2429673b8d
1 changed files with 3 additions and 1 deletions

View File

@ -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