From 8a39f4181fccfd7ef2c72ed5bbd9810eb2035376 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 3 Dec 2025 10:27:18 +0100 Subject: [PATCH] Fix the consent templates failing to render in tests --- templates/pages/consent.html | 2 +- templates/pages/device_consent.html | 2 +- translations/en.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/pages/consent.html b/templates/pages/consent.html index cd0ee2d59..c66e9c8a6 100644 --- a/templates/pages/consent.html +++ b/templates/pages/consent.html @@ -27,7 +27,7 @@ Please see LICENSE files in the repository root for full details. {{ _('mas.consent.continue_to', client_name=client_name) }} diff --git a/templates/pages/device_consent.html b/templates/pages/device_consent.html index 5433cadcf..23d56835d 100644 --- a/templates/pages/device_consent.html +++ b/templates/pages/device_consent.html @@ -30,7 +30,7 @@ Please see LICENSE files in the repository root for full details.
diff --git a/translations/en.json b/translations/en.json index 2406b395a..be553656a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -197,7 +197,7 @@ }, "this_will_setup": "This will set up %(client_name)s (%(client_uri)s) with your %(server_name)s account.", "@this_will_setup": { - "context": "pages/consent.html:30:11-149" + "context": "pages/consent.html:30:11-173" }, "use_another_account": "Use another account", "@use_another_account": { @@ -255,7 +255,7 @@ }, "this_will_setup": "Another device wants to set up %(client_name)s (%(client_uri)s) with your %(server_name)s account. Make sure you recognise that device.", "@this_will_setup": { - "context": "pages/device_consent.html:33:13-158" + "context": "pages/device_consent.html:33:13-166" } }, "device_display_name": {