From 7ab6f546111a98b3688941131d204a940556bce9 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Wed, 29 May 2024 13:16:26 +0100 Subject: [PATCH] feat: Re-use Portlet instance name and description I18 for Portlets - MEED-6904 - Meeds-io/MIPs#139 --- .../components/instances/CategoryMenu.vue | 20 +++++++++---------- .../portlets/components/portlets/Item.vue | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/layout-webapp/src/main/webapp/vue-app/portlets/components/instances/CategoryMenu.vue b/layout-webapp/src/main/webapp/vue-app/portlets/components/instances/CategoryMenu.vue index eca62cdce..9a55fc2b4 100644 --- a/layout-webapp/src/main/webapp/vue-app/portlets/components/instances/CategoryMenu.vue +++ b/layout-webapp/src/main/webapp/vue-app/portlets/components/instances/CategoryMenu.vue @@ -43,21 +43,21 @@ @mouseout="menu = false" @focusout="menu = false"> + + + fa-edit + + + {{ $t('portlets.label.edit') }} + +