diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 6b01f929c8c..d70e65c727f 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1,3 +1,5 @@ +message.pending.projects.1=You have pending project invitations: +message.pending.projects.2=To view, please go to the projects section, then select invitations from the drop-down. message.instanceWizard.noTemplates=You do not have any templates available; please add a compatible template, and re-launch the instance wizard. label.view=View create.template.complete=Template has been created successfully @@ -20,6 +22,9 @@ state.Destroyed=Destroyed state.Error=Error message.reset.password.warning.notPasswordEnabled=The template this instance was created with is not password enabled message.reset.password.warning.notStopped=Your instance must be stopped before attempting to change its current password +label.notifications=Notifications +label.default.view=Default View +label.project.view=Project View #cloudstack 3.0 (end) ********************************************************************************************** diff --git a/ui/index.jsp b/ui/index.jsp index 3ad2100d4ed..4141c04ee73 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1599,6 +1599,12 @@