From 2dc1df3b32867f4609c1a94979944ad5e4440c9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Mon, 4 Jul 2022 14:18:31 -0400
Subject: [PATCH] watermark: fix preferences json

Change-Id: Ibe9b00522110ba6c69c0138f9f3609a1405edc49
---
 WaterMark/data/accountpreferences.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/WaterMark/data/accountpreferences.json b/WaterMark/data/accountpreferences.json
index e27af26..ed2c022 100644
--- a/WaterMark/data/accountpreferences.json
+++ b/WaterMark/data/accountpreferences.json
@@ -1,6 +1,6 @@
 [
     {
-{{        "category": "image_category}}",
+        "category": "{{image_category}}",
         "type": "Switch",
         "key": "showlogo",
         "title": "{{showlogo_title}}",
@@ -39,7 +39,7 @@
         "mimeType": "*/png,*/jpg,*/jpeg"
     },
     {
-        "category": "{{image_category"),
+        "category": "{{image_category}}",
         "type": "List",
         "key": "markbackground",
         "title": "{{markbackground_title}}",
@@ -167,7 +167,7 @@
         ]
     },
     {
-        "category": "{{ext_category}}",
+        "category": "{{text_category}}",
         "type": "Switch",
         "key": "time",
         "title": "{{time_title}}",
-- 
GitLab