From 7e0d609459fdcc228ff2fcc667bb5b03295fc732 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Nov 2025 17:45:06 +0800 Subject: Improve invalid modification messages with specific reasons Add detailed reasons for invalid modifications including "not_holder" and "base_version_mismatch" to provide clearer feedback to users. --- locales/help_docs/en.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 820da3a..4997257 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -659,7 +659,11 @@ jv: * Modified: %{path} invalid_modified_item: | - * Modified: %{path} (INVALID) + * Modified: %{path} (%{reason}) + + invalid_modified_reasons: + not_holder: Modified without holding + base_version_mismatch: Base version mismatch for editing no_structure_changes: | No structural changes locally -- cgit