From b5b8fe9ef96fc229153f4f8b39b5024d14c355a7 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Wed, 19 Oct 2022 09:53:09 +0200 Subject: [PATCH] GDPR - popravek "potencial" --- lang/2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/2.php b/lang/2.php index ec7ff67e8..d1870acf6 100644 --- a/lang/2.php +++ b/lang/2.php @@ -8051,7 +8051,7 @@ $lang = array ( 'srv_gdpr_survey_list_gdpr' => "GDPR", 'srv_gdpr_survey_list_gdpr_surveys' => "GDPR SURVEYS", 'srv_gdpr_survey_list_gdpr_surveys_note' => "surveys contain GDPR sensitive information", - 'srv_gdpr_survey_list_potenc_gdpr_surveys' => "POTENCIAL GDPR SURVEYS", + 'srv_gdpr_survey_list_potenc_gdpr_surveys' => "POTENTIAL GDPR SURVEYS", 'srv_gdpr_survey_list_potenc_gdpr_surveys_note' => "surveys may contain GDPR sensitive information", 'srv_gdpr_survey_list_no_gdpr_surveys' => "NON-GDPR SURVEYS", 'srv_gdpr_survey_list_no_gdpr_surveys_note' => "surveys does not contain GDPR sensitive information",