From 0ef28b1c5ef5ada9e2ac6990856873604046e53b Mon Sep 17 00:00:00 2001 From: Andres Gonzalez Date: Thu, 4 Mar 2021 11:14:35 -0500 Subject: [PATCH] Fix authentication message in Spanish Incorrect grammar --- rest_framework/locale/es/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/locale/es/LC_MESSAGES/django.po b/rest_framework/locale/es/LC_MESSAGES/django.po index a2f7f1a43..02eb8e957 100644 --- a/rest_framework/locale/es/LC_MESSAGES/django.po +++ b/rest_framework/locale/es/LC_MESSAGES/django.po @@ -119,7 +119,7 @@ msgstr "Credenciales de autenticación incorrectas." #: exceptions.py:173 msgid "Authentication credentials were not provided." -msgstr "Las credenciales de autenticación no se proveyeron." +msgstr "Las credenciales de autenticación no fueron suministradas." #: exceptions.py:179 msgid "You do not have permission to perform this action."