From f6aee3dd413747f20ab134b1b6614a5833a3c345 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 2 Aug 2018 12:28:18 -0400 Subject: [PATCH] Fix error in Dutch translation file --- awx/locale/nl/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/locale/nl/LC_MESSAGES/django.po b/awx/locale/nl/LC_MESSAGES/django.po index 7c0be605fa..d7c7484133 100644 --- a/awx/locale/nl/LC_MESSAGES/django.po +++ b/awx/locale/nl/LC_MESSAGES/django.po @@ -2415,7 +2415,7 @@ msgstr "Geen" #: awx/main/fields.py:62 #, python-brace-format msgid "'{value}' is not one of ['{allowed_values}']" -msgstr "'{value}' behoort niet tot {'{allowed_values}']" +msgstr "'{value}' behoort niet tot ['{allowed_values}']" #: awx/main/fields.py:421 #, python-brace-format