This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 546242c6c0 Fix missing label display in Build Documentation component
(#7132)
546242c6c0 is described below
commit 546242c6c000052a879b8eb0843b401a3861f342
Author: Lance <[email protected]>
AuthorDate: Sat May 16 18:55:10 2026 +0800
Fix missing label display in Build Documentation component (#7132)
Signed-off-by: lance <[email protected]>
---
.../src/main/java/org/apache/hop/documentation/ActionDoc.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins/misc/documentation/src/main/java/org/apache/hop/documentation/ActionDoc.java
b/plugins/misc/documentation/src/main/java/org/apache/hop/documentation/ActionDoc.java
index 5a1c155372..b478bc6060 100644
---
a/plugins/misc/documentation/src/main/java/org/apache/hop/documentation/ActionDoc.java
+++
b/plugins/misc/documentation/src/main/java/org/apache/hop/documentation/ActionDoc.java
@@ -97,7 +97,7 @@ public class ActionDoc extends ActionBase implements
Cloneable, IAction {
parentId = GUI_WIDGETS_PARENT_ID,
type = GuiElementType.CHECKBOX,
variables = false,
- label = "i18n:ActionDoc.RemoveMarkdown.Label")
+ label = "i18n::ActionDoc.RemoveMarkdown.Label")
@HopMetadataProperty
private boolean removeMarkdown = false;