mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7645
[UI] Fix incorrect strings 'label.no' and 'label.added.network.offering' Conflicts: ui/dictionary2.jsp
This commit is contained in:
parent
d82e556dcd
commit
4e820b37b0
|
|
@ -1010,5 +1010,8 @@ dictionary2 = {
|
|||
'label.agent.state': '<fmt:message key="label.agent.state" />',
|
||||
'label.duration.in.sec': '<fmt:message key="label.duration.in.sec" />',
|
||||
'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