This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 847577fb5d added missing seed message. fixes 2317
new 6653c6a82d Merge pull request #2318 from bamaer/2317
847577fb5d is described below
commit 847577fb5d237a263d5c5891cb21bdb24e77acc3
Author: Bart Maertens <[email protected]>
AuthorDate: Mon Feb 13 19:37:33 2023 +0100
added missing seed message. fixes 2317
---
.../pipeline/transforms/randomvalue/messages/messages_en_US.properties | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_en_US.properties
b/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_en_US.properties
index f24c463edb..ec494602ea 100644
---
a/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_en_US.properties
+++
b/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_en_US.properties
@@ -39,4 +39,5 @@ RandomValue.Log.HmacSHA1AlgorithmException=Can't find
HmacSHA1 algorithm! {0}
RandomValue.Log.SecretKeyNull=Can't return secret key!
RandomValue.Log.ErrorGettingRandomHMACMD5=Error getting random HmacMD5! {0}
RandomValue.Log.ErrorGettingRandomHMACSHA1=Error getting random HmacSHA1! {0}
-RandomValueMeta.keyword=random,value
\ No newline at end of file
+RandomValueMeta.keyword=random,value
+RandomValueDialog.Seed.Label=Seed
\ No newline at end of file