CLOUDSTACK-7645

[UI] Fix incorrect strings 'label.no' and 'label.added.network.offering'

Conflicts:
	ui/dictionary2.jsp
This commit is contained in:
Mihaela Stoica 2014-11-04 16:22:20 +00:00 committed by Brian Federle
parent d82e556dcd
commit 4e820b37b0
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -3167,7 +3167,7 @@
messages: {
notification: function(args) {
return 'label.added.network.offering';
return 'label.add.network.offering';
}
}
}