mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8010: [UI] Fixed unlocalized string "label.add.private.gateway"
This commit is contained in:
parent
9ce8a1cd00
commit
a07938752a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue