From 1851df7612ad2f3636e70b6446c161fd503f322d Mon Sep 17 00:00:00 2001 From: Hiroyuki Wada Date: Fri, 23 Jan 2026 21:02:01 +0900 Subject: [PATCH] MID-11009 Add message for upload size limit exceeded error --- localization/Midpoint.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localization/Midpoint.properties b/localization/Midpoint.properties index 353e512e69..d8536ced7d 100755 --- a/localization/Midpoint.properties +++ b/localization/Midpoint.properties @@ -8320,4 +8320,5 @@ com.evolveum.midpoint.gui.impl.page.admin.certification.PageCertDefinition.saveD AccCertCaseOperationsHelper.cannotRecordDecisionAfterDeadline=Cannot record decision after stage deadline. Deadline: {0} ShoppingCartPanel.hasApprovalsAndExecutedChanges=Some changes were executed immediately, some are waiting for approval. ShoppingCartPanel.hasApprovals=Some changes are waiting for approval. -ShoppingCartPanel.hasExecutedChanges=Changes were executed, no approval. \ No newline at end of file +ShoppingCartPanel.hasExecutedChanges=Changes were executed, no approval. +uploadTooLarge=The uploaded file size exceeds the maximum limit of ${maxSize}.