CLOUDSTACK-8010: [UI] Fixed unlocalized string "label.add.private.gateway"

This commit is contained in:
Mihaela Stoica 2014-12-03 09:40:28 +00:00 committed by Brian Federle
parent 9ce8a1cd00
commit a07938752a
2 changed files with 3 additions and 1 deletions

View File

@ -2090,4 +2090,5 @@ label.timezone.colon=Timezone:
label.keep.colon=Keep:
label.every=Every
label.day=Day
label.of.month=of month
label.of.month=of month
label.add.private.gateway=Add Private Gateway

View File

@ -1050,5 +1050,6 @@ $.extend(dictionary, {
'label.of.month': '<fmt:message key="label.of.month" />',
'label.minutes.past.hour': '<fmt:message key="label.minutes.past.hour" />',
'label.snapshots': '<fmt:message key="label.snapshots" />',
'label.add.private.gateway': '<fmt:message key="label.add.private.gateway" />'
});
</script>