Omits letters-only from sidebar tags placeholder in config (#13321)

This commit is contained in:
Julianna Tetreault 2021-04-08 11:20:10 -06:00 committed by GitHub
parent 0feb1068bc
commit dcd9cf44cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,7 @@ module Constants
},
sidebar_tags: {
description: "Determines which tags are shown on the homepage righthand sidebar",
placeholder: "List of valid tags: comma separated, letters only e.g. help,discuss,explainlikeimfive,meta"
placeholder: "List of valid, comma-separated tags e.g. help,discuss,explainlikeimfive,meta"
},
sponsor_headline: {
description: "Determines the heading text of the main sponsors sidebar above the list of sponsors.",