leehaut opened a new pull request, #6355: URL: https://github.com/apache/hop/pull/6355
This PR fixes an internationalization (i18n) issue in the Get JDBC Metadata transform. The transform description was defined as: ``` description = "i18n::JdbcMetadata.Description" ``` However, the corresponding key in messages.properties was: ``` JdbcMetaData.Description=Get JDBC Metadata ``` Due to the case mismatch between JdbcMetadata and JdbcMetaData, the description was not resolved correctly at runtime and could result in missing or incorrect UI text. <img width="1201" height="1227" alt="bb05ff4318155907d0c5f7c313e10ea" src="https://github.com/user-attachments/assets/599fbddf-29a9-4957-8886-0d5ceec45fdb" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
