From a763d3c353e964783ec85d7627a0aed38dde39a3 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 16 Sep 2024 14:04:34 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Mehrsprachige=20Unterst=C3=BCtzung=20f?= =?UTF-8?q?=C3=BCr=20den=20Header=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EnvelopeGenerator.Application/Resources/Resource.de-DE.resx | 3 +++ EnvelopeGenerator.Application/Resources/Resource.en-US.resx | 3 +++ EnvelopeGenerator.Web/Views/Home/EnvelopeLocked.cshtml | 2 +- EnvelopeGenerator.Web/WebKey.cs | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/EnvelopeGenerator.Application/Resources/Resource.de-DE.resx b/EnvelopeGenerator.Application/Resources/Resource.de-DE.resx index 1f243747..c7d98b63 100644 --- a/EnvelopeGenerator.Application/Resources/Resource.de-DE.resx +++ b/EnvelopeGenerator.Application/Resources/Resource.de-DE.resx @@ -210,6 +210,9 @@ Ein unerwarteter Fehler ist aufgetreten. + + Herzlich willkommen im eSign-Portal + Ungültiger Zugangscode. diff --git a/EnvelopeGenerator.Application/Resources/Resource.en-US.resx b/EnvelopeGenerator.Application/Resources/Resource.en-US.resx index 131a87c5..6cf39478 100644 --- a/EnvelopeGenerator.Application/Resources/Resource.en-US.resx +++ b/EnvelopeGenerator.Application/Resources/Resource.en-US.resx @@ -210,6 +210,9 @@ An unexpected error has occurred. + + Welcome to the eSign portal + Invalid access code. diff --git a/EnvelopeGenerator.Web/Views/Home/EnvelopeLocked.cshtml b/EnvelopeGenerator.Web/Views/Home/EnvelopeLocked.cshtml index 3f03e5c0..8d35af48 100644 --- a/EnvelopeGenerator.Web/Views/Home/EnvelopeLocked.cshtml +++ b/EnvelopeGenerator.Web/Views/Home/EnvelopeLocked.cshtml @@ -8,7 +8,7 @@
diff --git a/EnvelopeGenerator.Web/WebKey.cs b/EnvelopeGenerator.Web/WebKey.cs index f2b31630..c11c76a0 100644 --- a/EnvelopeGenerator.Web/WebKey.cs +++ b/EnvelopeGenerator.Web/WebKey.cs @@ -33,5 +33,6 @@ public static readonly string RejectionInfo1_ext = nameof(RejectionInfo1_ext); public static readonly string RejectionInfo2_ext = nameof(RejectionInfo2_ext); public static readonly string SigningProcessTitle = nameof(SigningProcessTitle); + public static readonly string WelcomeToTheESignPortal = nameof(WelcomeToTheESignPortal); } } \ No newline at end of file