From 4edb94d5d46f9116c93f54ca8ee051a6f66d1aeb Mon Sep 17 00:00:00 2001
From: Dominik Rimpf <dominik.rimpf@kit.edu>
Date: Mon, 16 Oct 2023 21:11:28 +0200
Subject: [PATCH] fix: typo

---
 json_templates/rename_olddomain.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/json_templates/rename_olddomain.json b/json_templates/rename_olddomain.json
index 93499e5..a7ad2cb 100644
--- a/json_templates/rename_olddomain.json
+++ b/json_templates/rename_olddomain.json
@@ -12,7 +12,7 @@
   },
   "list_display_name": {
     "de": "Records von {{ old_fqdn }} auf {{ new_fqdn }} ändern",
-    "en": "Change record from {{ old_fqdn }} to {{ new_fqdn }}"
+    "en": "Change records from {{ old_fqdn }} to {{ new_fqdn }}"
   },
   "display_variant": "update",
   "variables": {
-- 
GitLab