diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index e0c8d491026..edaad29fffe 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -2090,4 +2090,5 @@ label.timezone.colon=Timezone:
label.keep.colon=Keep:
label.every=Every
label.day=Day
-label.of.month=of month
\ No newline at end of file
+label.of.month=of month
+label.add.private.gateway=Add Private Gateway
diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp
index f3164d6cfdc..98ecd5163f3 100644
--- a/ui/dictionary2.jsp
+++ b/ui/dictionary2.jsp
@@ -1050,5 +1050,6 @@ $.extend(dictionary, {
'label.of.month': '',
'label.minutes.past.hour': '',
'label.snapshots': '',
+'label.add.private.gateway': ''
});