feat: Mehrsprachige Unterstützung für den Header hinzugefügt

This commit is contained in:
Developer 02
2024-09-16 14:04:34 +02:00
parent 5ba5d2755b
commit a763d3c353
4 changed files with 8 additions and 1 deletions

View File

@@ -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);
}
}