Options seems to be more widely used, so use that instead of Choices

This commit is contained in:
Marcus Weseloh 2020-11-02 19:37:14 +01:00
parent 54e164426f
commit c18e008d70

View file

@ -249,7 +249,7 @@ a {
<xsl:choose>
<xsl:when test="type = 'str' and vals">
<div class="setting-attribute">
<div class="label">Choices:</div>
<div class="label">Options:</div>
<div class="value"><xsl:value-of select="vals" /></div>
</div>
</xsl:when>