Pārlūkot izejas kodu

Fix string mistype

Denis K 8 gadi atpakaļ
vecāks
revīzija
8c9658eac1

+ 1 - 1
jet/dashboard/locale/en/LC_MESSAGES/django.po

@@ -377,7 +377,7 @@ msgid "available"
 msgstr ""
 
 #: dashboard/templates/jet.dashboard/dashboard_tools.html:13
-msgid "inititals"
+msgid "initials"
 msgstr ""
 
 #: dashboard/templates/jet.dashboard/dashboard_tools.html:21

+ 1 - 1
jet/dashboard/locale/ru/LC_MESSAGES/django.po

@@ -383,7 +383,7 @@ msgid "available"
 msgstr "доступные"
 
 #: dashboard/templates/jet.dashboard/dashboard_tools.html:13
-msgid "inititals"
+msgid "initials"
 msgstr "изначальные"
 
 #: dashboard/templates/jet.dashboard/dashboard_tools.html:21

+ 1 - 1
jet/dashboard/templates/jet.dashboard/dashboard_tools.html

@@ -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>
                 {% endfor %}