False {% if not field.default %} (Default){% endif %}
{% trans "False" %} {% if not field.default %} ({% trans "Default" %}){% endif %}
</option>
</select>
{% elif field.type == "string" %}
...
...
@@ -68,7 +68,10 @@
WYSIWYG Editor
<buttonclass="info-button"title="Info">
<spanclass="info-label fa fa-question"aria-hidden="true"></span>
<spanclass="sr">{% trans "Toggle information about how to use WYSIWYG editor" %}</span>
<spanclass="sr">
{# Translators: WYSIWYG stands for What You See Is What You Get. When using a WYSIWYG editor, the content being edited is shown in a way that closely corresponds to the finished product. #}
{% trans "Toggle information about how to use the WYSIWYG editor" %}