From be20c410d97e3e5a7d0d90b0a589e474bfa3d470 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Thu, 9 Jun 2016 08:59:13 -0400 Subject: [PATCH] fix django typo --- openshift/templates/django-postgresql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index f044152..dda16ec 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -437,7 +437,7 @@ }, { "name": "DJANGO_SECRET_KEY", - "displayName": "Djange Secret Key", + "displayName": "Django Secret Key", "description": "Set this to a long random string.", "generate": "expression", "from": "[\\w]{50}"