Fixing CMS button tooltip

This commit is contained in:
Francesco Mangiacrapa 2023-01-27 16:44:57 +01:00
parent b1a17f1ea5
commit f8026d6a72
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ public class CkanMetadataManagementPanel extends FlowPanel {
private static final String MANAGE_GRSF_ITEM_TOOLTIP = "By pushing on this button, you will be able to manage the item you are viewing."
+ " Manageable items are the GRSF ones.";
private static final String MANAGE_CMS_ITEMS_TOOLTIP = "By pushing on this button, you will be able to manage (APPROVING or REJECTING) the item under approval"
+ "Manageable items are not APPROVED and NOT PUBLISHED in the Catalogue.";
private static final String MANAGE_CMS_ITEMS_TOOLTIP = "By pushing on this button, you will be able to manage (APPROVING or REJECTING) the item under approval."
+ " Manageable items are not APPROVED and NOT PUBLISHED in the Catalogue.";
private AlertBlock nav = new AlertBlock();