From 742b5848d4a9dc79e3fcaa0821de81772671e2fd Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 11 May 2018 11:32:19 +0200 Subject: [PATCH] Fix indentation --- .../dictionaries/consent.definition.json | 132 +++++++++--------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/modules/consent/dictionaries/consent.definition.json b/modules/consent/dictionaries/consent.definition.json index 02ff486b5..6c4451610 100644 --- a/modules/consent/dictionaries/consent.definition.json +++ b/modules/consent/dictionaries/consent.definition.json @@ -1,68 +1,68 @@ { - "yes": { - "en": "Yes, continue" - }, - "no": { - "en": "No, cancel" - }, - "remember": { - "en": "Remember" - }, - "consent_accept": { - "en": "SPNAME requires that the information below is transferred." - }, - "login": { - "en": "login" - }, - "service_providers_for": { - "en": "Service Providers for" - }, - "service_provider_header": { - "en": "Service Provider" - }, - "status_header": { - "en": "Consent status" - }, - "show_hide_attributes": { - "en": "show\/hide attributes" - }, - "consent_privacypolicy": { - "en": "Privacy policy for the service" - }, - "noconsent_title": { - "en": "No consent given" - }, - "noconsent_text": { - "en": "You did not give consent for transfering your attributes to SPNAME." - }, - "noconsent_return": { - "en": "Return to consent page" - }, - "consent_header": { - "en": "Consent about releasing personal information" - }, - "consent_attributes_header": { - "en": "Information that will be sent to SPNAME" - }, - "show_attributes": { - "en": "Show attributes" - }, - "noconsent_goto_about": { - "en": "Go to information page for the service" - }, - "consent_purpose": { - "en": "The purpose of SPNAME is SPDESC" - }, - "table_caption": { - "en": "User information" - }, - "table_summary": { - "en": "List the information about you that is about to be transmitted to the service you are going to login to" - }, - "show_attribute": { - "en": "Show content" - }, - "abort": { - "en": "Abort login to SPNAME" - } + "yes": { + "en": "Yes, continue" + }, + "no": { + "en": "No, cancel" + }, + "remember": { + "en": "Remember" + }, + "consent_accept": { + "en": "SPNAME requires that the information below is transferred." + }, + "login": { + "en": "login" + }, + "service_providers_for": { + "en": "Service Providers for" + }, + "service_provider_header": { + "en": "Service Provider" + }, + "status_header": { + "en": "Consent status" + }, + "show_hide_attributes": { + "en": "show\/hide attributes" + }, + "consent_privacypolicy": { + "en": "Privacy policy for the service" + }, + "noconsent_title": { + "en": "No consent given" + }, + "noconsent_text": { + "en": "You did not give consent for transfering your attributes to SPNAME." + }, + "noconsent_return": { + "en": "Return to consent page" + }, + "consent_header": { + "en": "Consent about releasing personal information" + }, + "consent_attributes_header": { + "en": "Information that will be sent to SPNAME" + }, + "show_attributes": { + "en": "Show attributes" + }, + "noconsent_goto_about": { + "en": "Go to information page for the service" + }, + "consent_purpose": { + "en": "The purpose of SPNAME is SPDESC" + }, + "table_caption": { + "en": "User information" + }, + "table_summary": { + "en": "List the information about you that is about to be transmitted to the service you are going to login to" + }, + "show_attribute": { + "en": "Show content" + }, + "abort": { + "en": "Abort login to SPNAME" + } } -- GitLab