21448: created string constants for menu items Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados.git] / services / workbench2 / src / views-components / context-menu / action-sets / project-admin-action-set.ts
index 490bf3e30a9e649f85165a988751aff4357be40f..53df7b370e7429e98822d0798a6f119dded4b614 100644 (file)
@@ -24,7 +24,7 @@ import {
 
 export const togglePublicFavoriteAction = {
     component: TogglePublicFavoriteAction,
-    name: "TogglePublicFavoriteAction",
+    name: "Add to public favorites",
     execute: (dispatch, resources) => {
         dispatch(togglePublicFavorite(resources[0])).then(() => {
             dispatch(publicFavoritePanelActions.REQUEST_ITEMS());