diff --git a/src/includes/entrepreneur/resources/detail.pug b/src/includes/entrepreneur/resources/detail.pug index 9cf8fdefcb61e77fa859f85585a6dc0cd23aa5dd..c48d825899300990073914348935480868ca9f0b 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 4fb9a3b7114ffbf49501f3703c873104c86014ea..fe6187b6a76175dd7481613f315eb4e1835316f8 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 749eb21625b5fb0c3428a84571120b30f18937da..412b82142f904c1f05f4c046102c6b08120b389f 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}`