From f330c385e552a33cfd19d22d6ec7c22d1ffbb68f Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 5 Oct 2017 12:29:27 +0100 Subject: [PATCH 1/2] Clean up README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 919093750..057b29cf1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Talk [![CircleCI](https://circleci.com/gh/coralproject/talk.svg?style=svg)](https://circleci.com/gh/coralproject/talk) + [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fcoralproject%2Ftalk&env[TALK_FACEBOOK_APP_ID]=ignore&env[TALK_FACEBOOK_APP_SECRET]=ignore) Online comments are broken. Our open-source Talk tool rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, smarter discussions around your work. [Read more about Talk here](https://coralproject.net/products/talk.html). -## Documentation +Built with <3 by The Coral Project & Mozilla. -Developer Documentation & Setup Guides https://coralproject.github.io/talk/. +## Getting Started + +Check out our Docs: https://coralproject.github.io/talk/ ## Relevant Links From 1510ade47a484ab81144129fa0fcc6c26e6f0ccd Mon Sep 17 00:00:00 2001 From: Dusty Williams Date: Thu, 5 Oct 2017 08:33:29 -0400 Subject: [PATCH 2/2] revised error message for comments less than two characters in length - dmw --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index a979739b5..397acdde6 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -186,7 +186,7 @@ en: embedlink: copy: "Copy to Clipboard" error: - COMMENT_TOO_SHORT: "Your comment must have something in it" + COMMENT_TOO_SHORT: "Comments should be more than one character, please revise your comment and try again." NOT_AUTHORIZED: "You are not authorized to perform this action." NO_SPECIAL_CHARACTERS: "Usernames can contain letters numbers and _ only" PASSWORD_LENGTH: "Password is too short"