@@ -377,7 +377,7 @@ msgid "available"
msgstr ""
#: dashboard/templates/jet.dashboard/dashboard_tools.html:13
-msgid "inititals"
+msgid "initials"
#: dashboard/templates/jet.dashboard/dashboard_tools.html:21
@@ -383,7 +383,7 @@ msgid "available"
msgstr "доступные"
msgstr "изначальные"
@@ -15,7 +15,7 @@
<option value="{{ forloop.counter0 }}" data-type="available_children">{{ module.title }}</option>
{% endfor %}
</optgroup>
- <optgroup label="{% trans "inititals" %}">
+ <optgroup label="{% trans "initials" %}">
{% for module in children %}
<option value="{{ forloop.counter0 }}" data-type="children">{{ module.title }}</option>