Better describe usage stats in setup process

This commit is contained in:
Matt Baer 2020-04-21 13:01:39 -04:00
parent 37ccf69d81
commit b97038e696
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ func Configure(fname string, configSections string) (*SetupData, error) {
if data.Config.App.Federation {
selPrompt = promptui.Select{
Templates: selTmpls,
Label: "Federation usage stats",
Label: "Usage stats (active users, posts)",
Items: []string{"Public", "Private"},
}
_, fedStatsType, err := selPrompt.Run()