From 215b2cdfa840e5cd6870a207c9141ccd7212c751 Mon Sep 17 00:00:00 2001 From: Mike Wink Date: Sat, 19 Dec 2015 00:12:01 +0100 Subject: [PATCH] Fixed hardcoded string "Security" Added the PLUGIN_ADMIN.SECURITY constant instead. Will add this to the admin language files too. --- system/blueprints/user/account.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/blueprints/user/account.yaml b/system/blueprints/user/account.yaml index 81a659d0c..f9adc56be 100644 --- a/system/blueprints/user/account.yaml +++ b/system/blueprints/user/account.yaml @@ -55,7 +55,7 @@ form: help: PLUGIN_ADMIN.LANGUAGE_HELP security: - title: Security + title: PLUGIN_ADMIN.SECURITY type: section security: admin.super @@ -82,4 +82,4 @@ form: label: PLUGIN_ADMIN.SITE_ACCESS multiple: false validate: - type: array \ No newline at end of file + type: array