mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 09:33:11 +00:00
Better describe usage stats in setup process
This commit is contained in:
parent
37ccf69d81
commit
b97038e696
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue