Skip to content

Commit

Permalink
Fix typo in UI (#526)
Browse files Browse the repository at this point in the history
* Fix typo

* Compile translations

* Address feedback

* Compile

* Fix German

* Compile German
  • Loading branch information
disrupted authored Apr 5, 2024
1 parent 96c262a commit 7465db9
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion starlette_admin/templates/forms/_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
data-bs-toggle="popover"
data-bs-placement="top"
data-bs-html="true"
data-bs-content="{{ _('Checked this to delete current content of this field') }}">?</span>
data-bs-content="{{ _('Check this to delete the current content of this field') }}">?</span>
</div>
Binary file modified starlette_admin/translations/de/LC_MESSAGES/admin.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion starlette_admin/translations/de/LC_MESSAGES/admin.po
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ msgid "Actions"
msgstr "Aktionen"

#: starlette_admin/templates/forms/_delete.html:13
msgid "Checked this to delete current content of this field"
msgid "Check this to delete the current content of this field"
msgstr "Markieren Sie dies, um den aktuellen Inhalt dieses Feldes zu löschen"

#: starlette_admin/templates/forms/enum.html:5
Expand Down
Binary file modified starlette_admin/translations/en/LC_MESSAGES/admin.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion starlette_admin/translations/en/LC_MESSAGES/admin.po
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ msgid "Actions"
msgstr ""

#: starlette_admin/templates/forms/_delete.html:13
msgid "Checked this to delete current content of this field"
msgid "Check this to delete the current content of this field"
msgstr ""

#: starlette_admin/templates/forms/enum.html:5
Expand Down
Binary file modified starlette_admin/translations/fr/LC_MESSAGES/admin.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion starlette_admin/translations/fr/LC_MESSAGES/admin.po
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ msgid "Actions"
msgstr "Actions"

#: starlette_admin/templates/forms/_delete.html:13
msgid "Checked this to delete current content of this field"
msgid "Check this to delete the current content of this field"
msgstr "Cocher cette case pour supprimer le contenu actuel de ce champ"

#: starlette_admin/templates/forms/enum.html:5
Expand Down
Binary file modified starlette_admin/translations/ru/LC_MESSAGES/admin.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion starlette_admin/translations/ru/LC_MESSAGES/admin.po
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ msgid "Actions"
msgstr ""

#: starlette_admin/templates/forms/_delete.html:13
msgid "Checked this to delete current content of this field"
msgid "Check this to delete the current content of this field"
msgstr "Отметьте, чтобы удалить текущее содержимое этого поля"

#: starlette_admin/templates/forms/enum.html:5
Expand Down
Binary file modified starlette_admin/translations/tr/LC_MESSAGES/admin.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion starlette_admin/translations/tr/LC_MESSAGES/admin.po
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ msgid "Actions"
msgstr "İşlemler"

#: starlette_admin/templates/forms/_delete.html:13
msgid "Checked this to delete current content of this field"
msgid "Check this to delete the current content of this field"
msgstr "Bu alanın mevcut içeriğini silmek için bunu işaretleyin"

#: starlette_admin/templates/forms/enum.html:5
Expand Down

0 comments on commit 7465db9

Please sign in to comment.