From 84f5f42b5314faaa1fae7095b8166b2fa2425683 Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Wed, 12 Jun 2024 14:04:34 +0200 Subject: [PATCH 1/2] refactor(ui): update consent text on /digitize page --- sketch_map_tool/templates/digitize.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sketch_map_tool/templates/digitize.html b/sketch_map_tool/templates/digitize.html index 7cdf2dbb..cb7b5bfc 100644 --- a/sketch_map_tool/templates/digitize.html +++ b/sketch_map_tool/templates/digitize.html @@ -47,10 +47,12 @@ class="size">)    {{ _('Max total size: 500 MB') }}
+

+ {{ _('By uploading the file(s), you agree that the content of the files is stored for processing until the results are generated.') }} +

- {{ _('By uploading the file(s), you agree that the content of the files and the time of upload will - be saved and used for the further development of the service.') }} + {{ _('Enable us to keep the uploaded files beyond processing to further improve this service.') }}

From 70acb5538ca361a611ebf9a9055ae5fa2ac61ceb Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Mon, 8 Jul 2024 09:59:08 +0200 Subject: [PATCH 2/2] update consent text and made it opt-in --- sketch_map_tool/templates/digitize.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sketch_map_tool/templates/digitize.html b/sketch_map_tool/templates/digitize.html index cb7b5bfc..ea7e1238 100644 --- a/sketch_map_tool/templates/digitize.html +++ b/sketch_map_tool/templates/digitize.html @@ -48,10 +48,10 @@

- {{ _('By uploading the file(s), you agree that the content of the files is stored for processing until the results are generated.') }} + {{ _(' Files are stored for processing until the results are generated.') }}

- + {{ _('Enable us to keep the uploaded files beyond processing to further improve this service.') }}