mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 18:44:01 +00:00
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…
x
Reference in New Issue
Block a user