fix template string

Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
Christian Richter
2026-03-25 11:06:57 +01:00
committed by Christian Richter
parent 3f4a64f1b4
commit 210d2828a0
+1 -1
View File
@@ -11,7 +11,7 @@ var (
PoliciesEnforced = NotificationTemplate{
Subject: l10n.Template("Policies enforced"),
Message: l10n.Template("File {resource} was deleted because it violates the policies"),
Message: l10n.Template("The file {resource} was deleted because it violates the restrictions of this cloud. This could be due to an unsupported file type, potentially harmful or prohibited content, or file size limits."),
}
SpaceShared = NotificationTemplate{