From 2b54f8edc76d7a03a19a947c344ed6b93cc88110 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 3 Jun 2020 23:27:43 +0200 Subject: [PATCH] Preparing to add some translations to the conv component --- src/includes/entrepreneur/resources/detail.pug | 3 +++ src/includes/mentor/resources/detail.pug | 3 +++ src/includes/public/resources/detail.pug | 2 ++ 3 files changed, 8 insertions(+) diff --git a/src/includes/entrepreneur/resources/detail.pug b/src/includes/entrepreneur/resources/detail.pug index 9cf8fdef..c48d8258 100644 --- a/src/includes/entrepreneur/resources/detail.pug +++ b/src/includes/entrepreneur/resources/detail.pug @@ -120,6 +120,9 @@ sib-conversation( bind-resources nested-field="conversations" + comment-input-label-text="Add a comment" + send-button-text="Send" + comment-input-placeholder-text="Your message here" ) h2.title_form.related=`${data.RelatedResources}` diff --git a/src/includes/mentor/resources/detail.pug b/src/includes/mentor/resources/detail.pug index 4fb9a3b7..fe6187b6 100644 --- a/src/includes/mentor/resources/detail.pug +++ b/src/includes/mentor/resources/detail.pug @@ -111,6 +111,9 @@ sib-display( sib-conversation( bind-resources nested-field="conversations" + comment-input-label-text="Add a comment" + send-button-text="Send" + comment-input-placeholder-text="Your message here" ) diff --git a/src/includes/public/resources/detail.pug b/src/includes/public/resources/detail.pug index 749eb216..412b8214 100644 --- a/src/includes/public/resources/detail.pug +++ b/src/includes/public/resources/detail.pug @@ -122,6 +122,8 @@ sib-conversation( bind-resources nested-field="conversations" + comment-input-label-text="Add a comment" + send-button-text="Send" ) h2.title_form.related=`${data.RelatedResources}` -- GitLab