Fixing CMS button tooltip
This commit is contained in:
parent
b1a17f1ea5
commit
f8026d6a72
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue