improve documentation

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-07-07 11:28:54 +02:00
parent a83492d7ab
commit ff61d25e1c
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ var (
}
PlatformDeprovision = NotificationTemplate{
Subject: Template("Platform will be deprovisioned"),
Message: Template("Attention! The platform will be deprovisioned at {date}"),
Subject: Template("Instance will be shut down and deprovisioned"),
Message: Template("Attention! The instance will be shut down and deprovisioned on {date}. Download all your data before that date as no access past that date is possible."),
}
)