diff --git a/wise-webapp/src/main/resources/messages_en.properties b/wise-webapp/src/main/resources/messages_en.properties index e9653391..9399fd46 100644 --- a/wise-webapp/src/main/resources/messages_en.properties +++ b/wise-webapp/src/main/resources/messages_en.properties @@ -245,6 +245,7 @@ ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revo LICENSE=License WELCOME_TO_WISEMAPPING=Welcome to WiseMapping WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: . +DIRECT_LINK_EXPLANATION=Copy and paste the link below to share your map with colleagues diff --git a/wise-webapp/src/main/resources/messages_es.properties b/wise-webapp/src/main/resources/messages_es.properties index 68a0aa9e..34164da4 100644 --- a/wise-webapp/src/main/resources/messages_es.properties +++ b/wise-webapp/src/main/resources/messages_es.properties @@ -244,6 +244,7 @@ CAPTCHA_LOADING_ERROR=ReCaptcha no pudo ser cargado. Debes tener accesso al serv LICENSE=Licencia WELCOME_TO_WISEMAPPING=Bienvenido a WiseMapping WELCOME_DETAILS=WiseMapping te permite crear y leer tus mapas mentales en cualquier lugar. Con WiseMapping tu puedes: . +DIRECT_LINK_EXPLANATION=Copie y pegue el este enlace para compartir su mapa mental con amigos y colegas diff --git a/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp b/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp index c0617375..4be8bd3f 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp @@ -17,7 +17,8 @@
  • :
  • : ${mindmap.creationTime}
  • : ${mindmap.lastEditTime}
  • -
  • :
  • +
  • : +
  • : ${mindmap.starred}
  • @@ -47,11 +48,10 @@