diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 6aeeb66da79..86eb5c2ed93 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -2053,4 +2053,5 @@ state.Stopping=Stopping
state.Suspended=Suspended
ui.listView.filters.all=All
ui.listView.filters.mine=Mine
-label.na=NA
\ No newline at end of file
+label.na=NA
+label.added.network.offering=Added network offering
\ No newline at end of file
diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp
index a7824c4a847..60ab3b2167c 100644
--- a/ui/dictionary2.jsp
+++ b/ui/dictionary2.jsp
@@ -1011,5 +1011,6 @@ dictionary2 = {
'label.duration.in.sec': '',
'state.detached': '',
'label.na': '',
+'label.added.network.offering': '',
};