From 03fa31947321e0de22539a6b1e9f0aba847afaf5 Mon Sep 17 00:00:00 2001 From: vetrivelc Date: Thu, 30 Oct 2014 21:01:50 +0530 Subject: [PATCH] Fixes: [UI] Added missing label to properties.file. Signed-off-by: vetrivelc --- client/WEB-INF/classes/resources/messages.properties | 3 ++- ui/dictionary2.jsp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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': '', };