From 946338ffa8fbc63df4bb5e56a84cb6b5b9361e70 Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Tue, 22 Feb 2022 10:31:46 +0100
Subject: [PATCH] - minor: translation

---
 deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl
index 667db77..8a025c7 100644
--- a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl
+++ b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl
@@ -131,7 +131,7 @@ sub add_dnx_property ($dnx_property, $dnx_description) {
     $driver->find_element("selectedSigPropname", "id")->clear;
     $driver->find_element("selectedSigPropname", "id")->send_keys("$dnx_property");
     $driver->find_element("selectedSigPropdescription", "id")->clear;
-    $driver->find_element("selectedSigPropdescription", "id")->send_keys("$dnx_description (automatisiert durch $0 hinzugefügt, $dow)");
+    $driver->find_element("selectedSigPropdescription", "id")->send_keys("$dnx_description (automatically added by ${0}, $dow)");
     $driver->find_element("SaveSigPropGenDetails", "name")->click;
 }
 
-- 
GitLab