This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new d7dedfff1fa Changed userdata names on Add instance page (#6854)
d7dedfff1fa is described below

commit d7dedfff1fa3a5d77ebc09f98d64c3bb5eba2248
Author: Harikrishna <[email protected]>
AuthorDate: Mon Oct 31 00:24:06 2022 +0530

    Changed userdata names on Add instance page (#6854)
    
    * Changed userdata names on Add instance page
---
 ui/public/locales/en.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index 1f3d9f05f0f..ea7748c8eab 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -1602,8 +1602,8 @@
 "label.userdatadetails": "Userdata details",
 "label.userdataparams": "Userdata parameters",
 "label.userdatapolicy": "Userdata link policy",
-"label.userdata.text": "Userdata Text",
-"label.userdata.registered": "Userdata Registered",
+"label.userdata.text": "Manual Userdata entry",
+"label.userdata.registered": "Stored Userdata",
 "label.userdata.do.override": "Userdata override",
 "label.userdata.do.append": "Userdata append",
 "label.userdatapolicy.tooltip": "Userdata linked to the template can be 
overridden by userdata provided during VM deploy. Select the override policy as 
required.",

Reply via email to