Skip to content

Commit

Permalink
Fix ES locale translation error (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pijuli committed Jan 25, 2022
1 parent 4f52f86 commit a92adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ msgstr "El token es inválido o ha expirado"

#: serializers.py:24
msgid "No active account found with the given credentials"
msgstr "La combination de credenciales no tiene una cuenta activa"
msgstr "La combinación de credenciales no tiene una cuenta activa"

#: settings.py:63
msgid ""
Expand Down

0 comments on commit a92adef

Please sign in to comment.