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 01a2b13c88 Fix typo in DatabaseMeta metadata description property
(#6324)
01a2b13c88 is described below
commit 01a2b13c88d52bd50eee7b54136e43b3797c49d5
Author: Nicolas Adment <[email protected]>
AuthorDate: Sat Jan 10 13:00:38 2026 +0100
Fix typo in DatabaseMeta metadata description property (#6324)
---
core/src/main/java/org/apache/hop/core/database/DatabaseMeta.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/java/org/apache/hop/core/database/DatabaseMeta.java
b/core/src/main/java/org/apache/hop/core/database/DatabaseMeta.java
index 48041d2773..29417d5c86 100644
--- a/core/src/main/java/org/apache/hop/core/database/DatabaseMeta.java
+++ b/core/src/main/java/org/apache/hop/core/database/DatabaseMeta.java
@@ -60,7 +60,7 @@ import org.apache.hop.metadata.api.IHopMetadataProvider;
@HopMetadata(
key = "rdbms",
name = "i18n::DatabaseMeta.name",
- description = "i18n::DatabaseMeta.Description",
+ description = "i18n::DatabaseMeta.description",
image = "ui/images/database.svg",
documentationUrl = "/metadata-types/rdbms-connection.html",
hopMetadataPropertyType = HopMetadataPropertyType.RDBMS_CONNECTION)