diff --git a/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java b/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java index 366a847..25397d2 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java @@ -102,7 +102,7 @@ public class TemplateApplyDialog extends Window implements + caught.getLocalizedMessage()); UtilsGXT3 .alert("Apply Template Error ", - "Error in invocation of apply template operation! "+caught.getLocalizedMessage()); + "Error in invocation of apply template operation. "+caught.getLocalizedMessage()); } } }