mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-04 20:29:27 +01:00
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…
x
Reference in New Issue
Block a user