Meldung "Falscher Zugangscode" hinzugefügt.

This commit is contained in:
Developer 02
2024-05-24 14:18:01 +02:00
parent b594ddb646
commit 4c96274084
3 changed files with 9 additions and 2 deletions

View File

@@ -16,5 +16,6 @@
public static readonly string LockedAccessCode = nameof(LockedAccessCode);
public static readonly string LockedFooterTitle = nameof(LockedFooterTitle);
public static readonly string LockedFooterBody = nameof(LockedFooterBody);
public static readonly string WrongAccessCode = nameof(WrongAccessCode);
}
}