Skip to content

Commit

Permalink
chore(communities/portal): rename section (popular -> all)
Browse files Browse the repository at this point in the history
closes: #9728
  • Loading branch information
osmaczko committed Mar 6, 2023
1 parent 0e60ac4 commit 2429673
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2429673

Please sign in to comment.