From f6bec519f4d4a85043a937e9119a85098ffdb22f Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:18:13 +0200 Subject: [PATCH] fix: update file feature disabled messages and add stability warnings --- app/[locale]/files/page.tsx | 10 ++++++++-- locales/de/common.json | 5 ++++- locales/en/common.json | 5 ++++- locales/es/common.json | 5 ++++- locales/fr/common.json | 5 ++++- locales/it/common.json | 5 ++++- locales/ja/common.json | 5 ++++- locales/nl/common.json | 5 ++++- locales/pt/common.json | 5 ++++- locales/ru/common.json | 5 ++++- 10 files changed, 44 insertions(+), 11 deletions(-) diff --git a/app/[locale]/files/page.tsx b/app/[locale]/files/page.tsx index cb488348..d785a669 100644 --- a/app/[locale]/files/page.tsx +++ b/app/[locale]/files/page.tsx @@ -400,8 +400,8 @@ export default function FilesPage() {
Files feature is disabled by your administrator
-Large file uploads via WebDAV can cause Stalwart/RocksDB instability, including out-of-memory crashes and unrecoverable disk usage. Deleted files may not be immediately purged from blob storage. This feature is not recommended for production environments.
+{t("disabled_title")}
+{t("disabled_description")}
{t("not_available")}
) : ( +{t("stability_warning")}
+