mirror of https://github.com/apache/cloudstack.git
VPN Customer Gateway: Fix missing capital letters
This commit is contained in:
parent
e6130d3384
commit
59743018e6
|
|
@ -3968,10 +3968,10 @@
|
|||
|
||||
actions: {
|
||||
add: {
|
||||
label: 'add VPN Customer Gateway',
|
||||
label: 'Add VPN Customer Gateway',
|
||||
messages: {
|
||||
notification: function(args) {
|
||||
return 'add VPN Customer Gateway';
|
||||
return 'Add VPN Customer Gateway';
|
||||
}
|
||||
},
|
||||
createForm: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue