mirror of https://github.com/apache/cloudstack.git
VPN Customer Gateway: Fix missing capital letters
This commit is contained in:
parent
f6cf2fb0f0
commit
b7a11767dd
|
|
@ -4021,10 +4021,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