From 9753fc2ddc7141f54456687cf07901ad2e59bdad Mon Sep 17 00:00:00 2001
From: Matiss Janis Aboltins <matiss@mja.lv>
Date: Sat, 6 Jan 2024 16:10:45 +0000
Subject: [PATCH 1/2] :recycle: (gocardless) rename nordigen_* secrets to
 gocardless_*

---
 .../src/components/modals/GoCardlessInitialise.tsx            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx b/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx
index b175f7da0ce..fc8ad73142f 100644
--- a/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx
+++ b/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx
@@ -36,11 +36,11 @@ const GoCardlessInitialise = ({
 
     await Promise.all([
       send('secret-set', {
-        name: 'nordigen_secretId',
+        name: 'gocardless_secretId',
         value: secretId,
       }),
       send('secret-set', {
-        name: 'nordigen_secretKey',
+        name: 'gocardless_secretKey',
         value: secretKey,
       }),
     ]);

From 2144c81be382c83dd9aa556ba35ea749eb30c024 Mon Sep 17 00:00:00 2001
From: Matiss Janis Aboltins <matiss@mja.lv>
Date: Sat, 6 Jan 2024 16:12:18 +0000
Subject: [PATCH 2/2] Release notes

---
 upcoming-release-notes/2181.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 upcoming-release-notes/2181.md

diff --git a/upcoming-release-notes/2181.md b/upcoming-release-notes/2181.md
new file mode 100644
index 00000000000..7d835a7ae4c
--- /dev/null
+++ b/upcoming-release-notes/2181.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [MatissJanis]
+---
+
+migration: rename `nordigen_*` secrets to `gocardless_*`