mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7645
[UI] Fix incorrect strings 'label.no' and 'label.added.network.offering'
This commit is contained in:
parent
03fa319473
commit
4e80253b36
|
|
@ -1012,5 +1012,6 @@ dictionary2 = {
|
|||
'state.detached': '<fmt:message key="state.detached" />',
|
||||
'label.na': '<fmt:message key="label.na" />',
|
||||
'label.added.network.offering': '<fmt:message key="label.added.network.offering" />',
|
||||
'label.no': '<fmt:message key="label.no" />',
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -3167,7 +3167,7 @@
|
|||
|
||||
messages: {
|
||||
notification: function(args) {
|
||||
return 'label.added.network.offering';
|
||||
return 'label.add.network.offering';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue