Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit ea6bbb1

Browse files
committed
Add final period to messages file
1 parent 3caba41 commit ea6bbb1

File tree

1 file changed

+7
-7
lines changed
  • rest_framework_jwt/locale/en_US/LC_MESSAGES

1 file changed

+7
-7
lines changed

rest_framework_jwt/locale/en_US/LC_MESSAGES/django.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2015-01-13 23:31+0100\n"
11+
"POT-Creation-Date: 2015-01-16 18:06+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -35,11 +35,11 @@ msgid "Error decoding signature."
3535
msgstr ""
3636

3737
#: authentication.py:76 serializers.py:105
38-
msgid "Invalid payload"
38+
msgid "Invalid payload."
3939
msgstr ""
4040

4141
#: authentication.py:79
42-
msgid "Invalid signature"
42+
msgid "Invalid signature."
4343
msgstr ""
4444

4545
#: serializers.py:53
@@ -52,17 +52,17 @@ msgstr ""
5252

5353
#: serializers.py:72
5454
#, python-brace-format
55-
msgid "Must include \"{username_field}\" and \"password\""
55+
msgid "Must include \"{username_field}\" and \"password\"."
5656
msgstr ""
5757

5858
#: serializers.py:108
59-
msgid "User doesn't exist"
59+
msgid "User doesn't exist."
6060
msgstr ""
6161

6262
#: serializers.py:126
63-
msgid "Refresh has expired"
63+
msgid "Refresh has expired."
6464
msgstr ""
6565

6666
#: serializers.py:129
67-
msgid "orig_iat field is required"
67+
msgid "orig_iat field is required."
6868
msgstr ""

0 commit comments

Comments
 (0)