forked from shadowfacts/Tusker
Tweak fav/reblog counts pref text
This commit is contained in:
parent
581f4b24bd
commit
b90262bfd0
|
@ -24,9 +24,9 @@ struct WellnessPrefsView: View {
|
|||
}
|
||||
|
||||
private var showFavAndReblogCount: some View {
|
||||
Section(footer: Text("Control whether total favorite and reblog counts are shown for the main post in conversations.")) {
|
||||
Section(footer: Text("Control whether the focused post in the conversation view shows total favorite and reblog counts.")) {
|
||||
Toggle(isOn: $preferences.showFavoriteAndReblogCounts) {
|
||||
Text("Show Favorite and Reblog Counts")
|
||||
Text("Favorite and Reblog Counts in Conversations")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue