From 154ec80c55e4fa20c09695984f4a2c1bed3fb8fb Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Mon, 1 Jun 2020 20:57:35 +0100 Subject: [PATCH] Fix bad i18n string --- src/nginxconfig/i18n/en/templates/global_sections/security.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig/i18n/en/templates/global_sections/security.js b/src/nginxconfig/i18n/en/templates/global_sections/security.js index 1ab8091..df0e66f 100644 --- a/src/nginxconfig/i18n/en/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/en/templates/global_sections/security.js @@ -15,6 +15,6 @@ limitations under the License. */ export default { - enable: 'Python server', + enable: 'enable', security: 'Security', };