feat(localizer): Wert für HomePageDescription in Deutsch und Englisch hinzugefügt

This commit is contained in:
Developer 02
2024-11-04 17:02:21 +01:00
parent 8707a5cdb5
commit 15ce7c9384
4 changed files with 9 additions and 2 deletions

View File

@@ -35,5 +35,6 @@
public static readonly string SigningProcessTitle = nameof(SigningProcessTitle);
public static readonly string WelcomeToTheESignPortal = nameof(WelcomeToTheESignPortal);
public static readonly string ViewDoc = nameof(ViewDoc);
public static readonly string HomePageDescription = nameof(HomePageDescription);
}
}